Html Css Color HEX #424C98 Governor Bay

📋 copy color: '#424C98'

red 66 ◦ green 76 ◦ blue 152

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

Shades of Governor Bay #424C98

Tints of Governor Bay #424C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

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

R = 22.45%
G = 25.85%
B = 51.7%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#424C98 (or 0x424C98) is known color: Governor Bay. HEX triplet: 42, 4C and 98. RGB value is (66,76,152). Sum of RGB (Red+Green+Blue) = 66+76+152=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #424C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C98 is #BDB367. Grayscale: #515151. Windows color (decimal): -12432232 or 9980994. OLE color: 9980994.

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

Color convert

RGB 66 76 152 -
CMYK 0.57 0.50 0 0.40
HSL 233.02º 0.39% 0.43% -
HSV(B) 233.02º 0.57% 0.6% -
XYZ 10.5 8.59 30.81 -
YUV 81.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 66 76 152 0.57 0.50 0 0.40 233.02 0.39 0.43
Hex 42 4C 98 39 32 0 28 E9 27 2B
Octal 102 114 230 71 62 0 50 351 47 53
Binary 1000010 1001100 10011000 111001 110010 0 101000 11101001 100111 101011

Color Harmonies of #424C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C98

Black with #424C98

Text Example


Text Example

White with #424C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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