Html Css Color HEX #424896 Governor Bay

📋 copy color: '#424896'

red 66 ◦ green 72 ◦ blue 150

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

Shades of Governor Bay #424896

Tints of Governor Bay #424896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 22.92%
G = 25%
B = 52.08%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#424896 (or 0x424896) is known color: Governor Bay. HEX triplet: 42, 48 and 96. RGB value is (66,72,150). Sum of RGB (Red+Green+Blue) = 66+72+150=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #424896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424896 is #BDB769. Grayscale: #4E4E4E. Windows color (decimal): -12433258 or 9848898. OLE color: 9848898.

HSL color Cylindrical-coordinate representation of color #424896: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424896 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 72 150 -
CMYK 0.56 0.52 0 0.41
HSL 235.71º 0.39% 0.42% -
HSV(B) 235.71º 0.56% 0.59% -
XYZ 10.07 7.99 29.87 -
YUV 79.1 168.01 118.66 -
System Red Green Blue C M Y K H S L
Decimal 66 72 150 0.56 0.52 0 0.41 235.71 0.39 0.42
Hex 42 48 96 38 34 0 29 EC 27 2A
Octal 102 110 226 70 64 0 51 354 47 52
Binary 1000010 1001000 10010110 111000 110100 0 101001 11101100 100111 101010

Color Harmonies of #424896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424896

Black with #424896

Text Example


Text Example

White with #424896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424896; }

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

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

background-color css

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

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

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

border-color css

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

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

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