Html Css Color HEX #424794 Governor Bay

📋 copy color: '#424794'

red 66 ◦ green 71 ◦ blue 148

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

Shades of Governor Bay #424794

Tints of Governor Bay #424794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 23.16%
G = 24.91%
B = 51.93%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424794 (or 0x424794) is known color: Governor Bay. HEX triplet: 42, 47 and 94. RGB value is (66,71,148). Sum of RGB (Red+Green+Blue) = 66+71+148=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #424794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424794 is #BDB86B. Grayscale: #4D4D4D. Windows color (decimal): -12433516 or 9717570. OLE color: 9717570.

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

Color convert

RGB 66 71 148 -
CMYK 0.55 0.52 0 0.42
HSL 236.34º 0.38% 0.42% -
HSV(B) 236.34º 0.55% 0.58% -
XYZ 9.85 7.8 29 -
YUV 78.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 66 71 148 0.55 0.52 0 0.42 236.34 0.38 0.42
Hex 42 47 94 37 34 0 2A EC 26 2A
Octal 102 107 224 67 64 0 52 354 46 52
Binary 1000010 1000111 10010100 110111 110100 0 101010 11101100 100110 101010

Color Harmonies of #424794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424794

Black with #424794

Text Example


Text Example

White with #424794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424794; }

 p { color: rgb(66,71,148); }

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

background-color css

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

 a { background-color: rgb(66,71,148); }

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

border-color css

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

 span { border-color: rgb(66,71,148); }

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