#424898

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

Shades of Governor Bay #424898

Tints of Governor Bay #424898

Color information

#424898 (or 0x424898) is unknown color: approx Governor Bay. HEX triplet: 42, 48 and 98. RGB value is (66,72,152). Sum of RGB (Red+Green+Blue) = 66+72+152=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #424898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424898 is #BDB767. Grayscale: #4F4F4F. Windows color (decimal): -12433256 or 9979970. OLE color: 9979970.

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

Color convert

RGB6672152-
CMYK0.570.5300.40
HSL235.81º39.45%42.75%-
HSV(B)235.81º56.58%59.61%-
XYZ10.238.0630.72-
YUV79.33169.01118.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=22.76%
G=24.83%
B=52.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66721520.570.5300.40235.8139.4542.75
Hex4248983935028ec272b
Octal10211023071650503544753
Binary1000010100100010011000111001110101010100011101100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424898; }

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

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

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

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

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

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

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

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