Html Css Color HEX #424AAE Governor Bay

📋 copy color: '#424AAE'

red 66 ◦ green 74 ◦ blue 174

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

Shades of Governor Bay #424AAE

Tints of Governor Bay #424AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 21.02%
G = 23.57%
B = 55.41%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#424AAE (or 0x424AAE) is known color: Governor Bay. HEX triplet: 42, 4A and AE. RGB value is (66,74,174). Sum of RGB (Red+Green+Blue) = 66+74+174=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #424AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAE is #BDB551. Grayscale: #525252. Windows color (decimal): -12432722 or 11422274. OLE color: 11422274.

HSL color Cylindrical-coordinate representation of color #424AAE: hue angle of 235.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #424AAE is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 74 174 -
CMYK 0.62 0.57 0 0.32
HSL 235.56º 0.45% 0.47% -
HSV(B) 235.56º 0.62% 0.68% -
XYZ 12.34 9.11 41.15 -
YUV 83.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 66 74 174 0.62 0.57 0 0.32 235.56 0.45 0.47
Hex 42 4A AE 3E 39 0 20 EC 2D 2F
Octal 102 112 256 76 71 0 40 354 55 57
Binary 1000010 1001010 10101110 111110 111001 0 100000 11101100 101101 101111

Color Harmonies of #424AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AAE

Black with #424AAE

Text Example


Text Example

White with #424AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,174); }

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

background-color css

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

 a { background-color: rgb(66,74,174); }

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

border-color css

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

 span { border-color: rgb(66,74,174); }

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