Html Css Color HEX #424992 Governor Bay

📋 copy color: '#424992'

red 66 ◦ green 73 ◦ blue 146

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

Shades of Governor Bay #424992

Tints of Governor Bay #424992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 23.16%
G = 25.61%
B = 51.23%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424992 (or 0x424992) is known color: Governor Bay. HEX triplet: 42, 49 and 92. RGB value is (66,73,146). Sum of RGB (Red+Green+Blue) = 66+73+146=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #424992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424992 is #BDB66D. Grayscale: #4E4E4E. Windows color (decimal): -12433006 or 9587010. OLE color: 9587010.

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

Color convert

RGB 66 73 146 -
CMYK 0.55 0.5 0 0.43
HSL 234.75º 0.38% 0.42% -
HSV(B) 234.75º 0.55% 0.57% -
XYZ 9.82 8 28.22 -
YUV 79.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 66 73 146 0.55 0.5 0 0.43 234.75 0.38 0.42
Hex 42 49 92 37 32 0 2B EB 26 2A
Octal 102 111 222 67 62 0 53 353 46 52
Binary 1000010 1001001 10010010 110111 110010 0 101011 11101011 100110 101010

Color Harmonies of #424992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424992

Black with #424992

Text Example


Text Example

White with #424992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424992; }

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

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

background-color css

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

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

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

border-color css

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

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

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