#423EAB

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

Shades of Governor Bay #423EAB

Tints of Governor Bay #423EAB

Color information

#423EAB (or 0x423EAB) is unknown color: approx Governor Bay. HEX triplet: 42, 3E and AB. RGB value is (66,62,171). Sum of RGB (Red+Green+Blue) = 66+62+171=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #423EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423EAB is #BDC154. Grayscale: #4B4B4B. Windows color (decimal): -12435797 or 11222594. OLE color: 11222594.

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

Color convert

RGB6662171-
CMYK0.610.6400.33
HSL242.2º46.78%45.69%-
HSV(B)242.2º63.74%67.06%-
XYZ11.327.5439.39-
YUV75.62181.83121.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 62 (24.61% from 255) = 20.74%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=22.07%
G=20.74%
B=57.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66621710.610.6400.33242.246.7845.69
Hex423EAB3D40021f22f2e
Octal10276253751000413625756
Binary1000010111110101010111111011000000010000111110010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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