Html Css Color HEX #424E94 Governor Bay

📋 copy color: '#424E94'

red 66 ◦ green 78 ◦ blue 148

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

Shades of Governor Bay #424E94

Tints of Governor Bay #424E94

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

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

R = 22.6%
G = 26.71%
B = 50.68%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424E94 (or 0x424E94) is known color: Governor Bay. HEX triplet: 42, 4E and 94. RGB value is (66,78,148). Sum of RGB (Red+Green+Blue) = 66+78+148=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #424E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424E94 is #BDB16B. Grayscale: #525252. Windows color (decimal): -12431724 or 9719362. OLE color: 9719362.

HSL color Cylindrical-coordinate representation of color #424E94: hue angle of 231.22º 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 #424E94 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 78 148 -
CMYK 0.55 0.47 0 0.42
HSL 231.22º 0.38% 0.42% -
HSV(B) 231.22º 0.55% 0.58% -
XYZ 10.32 8.75 29.16 -
YUV 82.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 66 78 148 0.55 0.47 0 0.42 231.22 0.38 0.42
Hex 42 4E 94 37 2F 0 2A E7 26 2A
Octal 102 116 224 67 57 0 52 347 46 52
Binary 1000010 1001110 10010100 110111 101111 0 101010 11100111 100110 101010

Color Harmonies of #424E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E94

Black with #424E94

Text Example


Text Example

White with #424E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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