#424D98

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

Shades of Governor Bay #424D98

Tints of Governor Bay #424D98

Color information

#424D98 (or 0x424D98) is unknown color: approx Governor Bay. HEX triplet: 42, 4D and 98. RGB value is (66,77,152). Sum of RGB (Red+Green+Blue) = 66+77+152=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #424D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D98 is #BDB267. Grayscale: #515151. Windows color (decimal): -12431976 or 9981250. OLE color: 9981250.

HSL color Cylindrical-coordinate representation of color #424D98: hue angle of 232.33º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424D98 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6677152-
CMYK0.570.4900.40
HSL232.33º39.45%42.75%-
HSV(B)232.33º56.58%59.61%-
XYZ10.578.7330.83-
YUV82.26167.36116.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=22.37%
G=26.10%
B=51.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66771520.570.4900.40232.3339.4542.75
Hex424D983931028e8272b
Octal10211523071610503504753
Binary1000010100110110011000111001110001010100011101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424D98; }

 p { color: rgb(66,77,152); }

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

<style>
 a { background-color: #424D98; }

 a { background-color: rgb(66,77,152); }

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

<style>
 span { border-color: #424D98; }

 span { border-color: rgb(66,77,152); }

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