Html Css Color HEX #424C94 Governor Bay

📋 copy color: '#424C94'

red 66 ◦ green 76 ◦ blue 148

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

Shades of Governor Bay #424C94

Tints of Governor Bay #424C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 22.76%
G = 26.21%
B = 51.03%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424C94 (or 0x424C94) is known color: Governor Bay. HEX triplet: 42, 4C and 94. RGB value is (66,76,148). Sum of RGB (Red+Green+Blue) = 66+76+148=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #424C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C94 is #BDB36B. Grayscale: #505050. Windows color (decimal): -12432236 or 9718850. OLE color: 9718850.

HSL color Cylindrical-coordinate representation of color #424C94: hue angle of 232.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424C94 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 76 148 -
CMYK 0.55 0.49 0 0.42
HSL 232.68º 0.38% 0.42% -
HSV(B) 232.68º 0.55% 0.58% -
XYZ 10.18 8.47 29.11 -
YUV 81.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 66 76 148 0.55 0.49 0 0.42 232.68 0.38 0.42
Hex 42 4C 94 37 31 0 2A E9 26 2A
Octal 102 114 224 67 61 0 52 351 46 52
Binary 1000010 1001100 10010100 110111 110001 0 101010 11101001 100110 101010

Color Harmonies of #424C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C94

Black with #424C94

Text Example


Text Example

White with #424C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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