Html Css Color HEX #424891 Governor Bay

📋 copy color: '#424891'

red 66 ◦ green 72 ◦ blue 145

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

Shades of Governor Bay #424891

Tints of Governor Bay #424891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 23.32%
G = 25.44%
B = 51.24%

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

#424891 (or 0x424891) is known color: Governor Bay. HEX triplet: 42, 48 and 91. RGB value is (66,72,145). Sum of RGB (Red+Green+Blue) = 66+72+145=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #424891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424891 is #BDB76E. Grayscale: #4E4E4E. Windows color (decimal): -12433263 or 9521218. OLE color: 9521218.

HSL color Cylindrical-coordinate representation of color #424891: hue angle of 235.44º 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 #424891 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 72 145 -
CMYK 0.54 0.50 0 0.43
HSL 235.44º 0.37% 0.41% -
HSV(B) 235.44º 0.54% 0.57% -
XYZ 9.67 7.84 27.79 -
YUV 78.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 66 72 145 0.54 0.50 0 0.43 235.44 0.37 0.41
Hex 42 48 91 36 32 0 2B EB 25 29
Octal 102 110 221 66 62 0 53 353 45 51
Binary 1000010 1001000 10010001 110110 110010 0 101011 11101011 100101 101001

Color Harmonies of #424891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424891

Black with #424891

Text Example


Text Example

White with #424891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424891; }

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

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

background-color css

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

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

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

border-color css

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

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

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