#423FAB

Color #423FAB Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #423FAB

Tints of Governor Bay #423FAB

Color information

#423FAB (or 0x423FAB) is unknown color: approx Governor Bay. HEX triplet: 42, 3F and AB. RGB value is (66,63,171). Sum of RGB (Red+Green+Blue) = 66+63+171=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #423FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423FAB is #BDC054. Grayscale: #4B4B4B. Windows color (decimal): -12435541 or 11222850. OLE color: 11222850.

HSL color Cylindrical-coordinate representation of color #423FAB: hue angle of 241.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423FAB is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6663171-
CMYK0.610.6300.33
HSL241.67º46.15%45.88%-
HSV(B)241.67º63.16%67.06%-
XYZ11.377.6539.41-
YUV76.21181.49120.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 63 (25% from 255) = 21%
BLUE value IS 171 (67.19% from 255) = 57%
R=22%
G=21%
B=57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66631710.610.6300.33241.6746.1545.88
Hex423FAB3D3F021f22e2e
Octal1027725375770413625656
Binary100001011111110101011111101111111010000111110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423FAB; }

 p { color: rgb(66,63,171); }

 H1.HeaderClassName
 {
   color: #423FAB;
 }
 .AnyTagClassName
 {
   color: #423FAB;
 }
</style>
background-color css

<style>
 a { background-color: #423FAB; }

 a { background-color: rgb(66,63,171); }

 div.DivClassName
 {
   background-color: #423FAB;
 }
 .BgClassName
 {
   background-color: #423FAB;
 }
</style>
border-color css

<style>
 span { border-color: #423FAB; }

 span { border-color: rgb(66,63,171); }

 td.TdClassName
 {
   border-color: #423FAB;
 }
 .TagClassName
 {
   border-color: #423FAB;
 }
</style>