Html Css Color HEX #424991 Governor Bay

📋 copy color: '#424991'

red 66 ◦ green 73 ◦ blue 145

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

Shades of Governor Bay #424991

Tints of Governor Bay #424991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 23.24%
G = 25.7%
B = 51.06%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424991 (or 0x424991) is known color: Governor Bay. HEX triplet: 42, 49 and 91. RGB value is (66,73,145). Sum of RGB (Red+Green+Blue) = 66+73+145=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #424991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424991 is #BDB66E. Grayscale: #4E4E4E. Windows color (decimal): -12433007 or 9521474. OLE color: 9521474.

HSL color Cylindrical-coordinate representation of color #424991: hue angle of 234.68º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424991 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 73 145 -
CMYK 0.54 0.50 0 0.43
HSL 234.68º 0.37% 0.41% -
HSV(B) 234.68º 0.54% 0.57% -
XYZ 9.74 7.97 27.81 -
YUV 79.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 66 73 145 0.54 0.50 0 0.43 234.68 0.37 0.41
Hex 42 49 91 36 32 0 2B EB 25 29
Octal 102 111 221 66 62 0 53 353 45 51
Binary 1000010 1001001 10010001 110110 110010 0 101011 11101011 100101 101001

Color Harmonies of #424991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424991

Black with #424991

Text Example


Text Example

White with #424991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424991; }

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

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

background-color css

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

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

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

border-color css

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

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

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