Html Css Color HEX #424892 Governor Bay

📋 copy color: '#424892'

red 66 ◦ green 72 ◦ blue 146

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

Shades of Governor Bay #424892

Tints of Governor Bay #424892

RGB

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

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

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

R = 23.24%
G = 25.35%
B = 51.41%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424892 (or 0x424892) is known color: Governor Bay. HEX triplet: 42, 48 and 92. RGB value is (66,72,146). Sum of RGB (Red+Green+Blue) = 66+72+146=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #424892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424892 is #BDB76D. Grayscale: #4E4E4E. Windows color (decimal): -12433262 or 9586754. OLE color: 9586754.

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

Color convert

RGB 66 72 146 -
CMYK 0.55 0.51 0 0.43
HSL 235.5º 0.38% 0.42% -
HSV(B) 235.5º 0.55% 0.57% -
XYZ 9.75 7.87 28.2 -
YUV 78.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 66 72 146 0.55 0.51 0 0.43 235.5 0.38 0.42
Hex 42 48 92 37 33 0 2B EC 26 2A
Octal 102 110 222 67 63 0 53 354 46 52
Binary 1000010 1001000 10010010 110111 110011 0 101011 11101100 100110 101010

Color Harmonies of #424892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424892

Black with #424892

Text Example


Text Example

White with #424892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424892; }

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

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

background-color css

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

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

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

border-color css

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

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

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