#4243AE

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

Shades of Governor Bay #4243AE

Tints of Governor Bay #4243AE

Color information

#4243AE (or 0x4243AE) is unknown color: approx Governor Bay. HEX triplet: 42, 43 and AE. RGB value is (66,67,174). Sum of RGB (Red+Green+Blue) = 66+67+174=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #4243AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4243AE is #BDBC51. Grayscale: #4E4E4E. Windows color (decimal): -12434514 or 11420482. OLE color: 11420482.

HSL color Cylindrical-coordinate representation of color #4243AE: hue angle of 239.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4243AE is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6667174-
CMYK0.620.6100.32
HSL239.44º45%47.06%-
HSV(B)239.44º62.07%68.24%-
XYZ11.898.2341.01-
YUV78.9181.67118.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=21.50%
G=21.82%
B=56.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66671740.620.6100.32239.444547.06
Hex4243AE3E3D020ef2d2f
Octal10210325676750403575557
Binary1000010100001110101110111110111101010000011101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4243AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4243AE; }

 p { color: rgb(66,67,174); }

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

<style>
 a { background-color: #4243AE; }

 a { background-color: rgb(66,67,174); }

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

<style>
 span { border-color: #4243AE; }

 span { border-color: rgb(66,67,174); }

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