#4245A5

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

Shades of Governor Bay #4245A5

Tints of Governor Bay #4245A5

Color information

#4245A5 (or 0x4245A5) is unknown color: approx Governor Bay. HEX triplet: 42, 45 and A5. RGB value is (66,69,165). Sum of RGB (Red+Green+Blue) = 66+69+165=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #4245A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4245A5 is #BDBA5A. Grayscale: #4E4E4E. Windows color (decimal): -12434011 or 10831170. OLE color: 10831170.

HSL color Cylindrical-coordinate representation of color #4245A5: hue angle of 238.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4245A5 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6669165-
CMYK0.600.5800.35
HSL238.18º42.86%45.29%-
HSV(B)238.18º60%64.71%-
XYZ11.178.1336.58-
YUV79.05176.51118.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 165 (64.84% from 255) = 55%
R=22%
G=23%
B=55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66691650.600.5800.35238.1842.8645.29
Hex4245A53C3A023ee2b2d
Octal10210524574720433565355
Binary1000010100010110100101111100111010010001111101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4245A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4245A5; }

 p { color: rgb(66,69,165); }

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

<style>
 a { background-color: #4245A5; }

 a { background-color: rgb(66,69,165); }

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

<style>
 span { border-color: #4245A5; }

 span { border-color: rgb(66,69,165); }

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