#424F98

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

Shades of Governor Bay #424F98

Tints of Governor Bay #424F98

Color information

#424F98 (or 0x424F98) is unknown color: approx Governor Bay. HEX triplet: 42, 4F and 98. RGB value is (66,79,152). Sum of RGB (Red+Green+Blue) = 66+79+152=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #424F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F98 is #BDB067. Grayscale: #535353. Windows color (decimal): -12431464 or 9981762. OLE color: 9981762.

HSL color Cylindrical-coordinate representation of color #424F98: hue angle of 230.93º 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 #424F98 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6679152-
CMYK0.570.4800.40
HSL230.93º39.45%42.75%-
HSV(B)230.93º56.58%59.61%-
XYZ10.719.0230.88-
YUV83.44166.69115.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=22.22%
G=26.60%
B=51.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66791520.570.4800.40230.9339.4542.75
Hex424F983930028e7272b
Octal10211723071600503474753
Binary1000010100111110011000111001110000010100011100111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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