#4248AD

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

Shades of Governor Bay #4248AD

Tints of Governor Bay #4248AD

Color information

#4248AD (or 0x4248AD) is unknown color: approx Governor Bay. HEX triplet: 42, 48 and AD. RGB value is (66,72,173). Sum of RGB (Red+Green+Blue) = 66+72+173=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #4248AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4248AD is #BDB752. Grayscale: #515151. Windows color (decimal): -12433235 or 11356226. OLE color: 11356226.

HSL color Cylindrical-coordinate representation of color #4248AD: hue angle of 236.64º 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 #4248AD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6672173-
CMYK0.620.5800.32
HSL236.64º44.77%46.86%-
HSV(B)236.64º61.85%67.84%-
XYZ12.118.8140.6-
YUV81.72179.51116.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=21.22%
G=23.15%
B=55.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66721730.620.5800.32236.6444.7746.86
Hex4248AD3E3A020ed2d2f
Octal10211025576720403555557
Binary1000010100100010101101111110111010010000011101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4248AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4248AD; }

 p { color: rgb(66,72,173); }

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

<style>
 a { background-color: #4248AD; }

 a { background-color: rgb(66,72,173); }

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

<style>
 span { border-color: #4248AD; }

 span { border-color: rgb(66,72,173); }

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