Html Css Color HEX #424998 Governor Bay

📋 copy color: '#424998'

red 66 ◦ green 73 ◦ blue 152

#424998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #424998

Tints of Governor Bay #424998

RGB

 RED value IS 66 (26.17% from 255) = 22.68%

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 152 (59.77% from 255) = 52.23%

R = 22.68%
G = 25.09%
B = 52.23%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#424998 (or 0x424998) is known color: Governor Bay. HEX triplet: 42, 49 and 98. RGB value is (66,73,152). Sum of RGB (Red+Green+Blue) = 66+73+152=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #424998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424998 is #BDB667. Grayscale: #4F4F4F. Windows color (decimal): -12433000 or 9980226. OLE color: 9980226.

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

Color convert

RGB 66 73 152 -
CMYK 0.57 0.52 0 0.40
HSL 235.12º 0.39% 0.43% -
HSV(B) 235.12º 0.57% 0.6% -
XYZ 10.3 8.19 30.74 -
YUV 79.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 66 73 152 0.57 0.52 0 0.40 235.12 0.39 0.43
Hex 42 49 98 39 34 0 28 EB 27 2B
Octal 102 111 230 71 64 0 50 353 47 53
Binary 1000010 1001001 10011000 111001 110100 0 101000 11101011 100111 101011

Color Harmonies of #424998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424998

Black with #424998

Text Example


Text Example

White with #424998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424998; }

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

 H1.HeaderClassName
 {
   color: #424998;
 }
 .AnyTagClassName
 {
   color: #424998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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