Html Css Color HEX #424AAC Governor Bay

📋 copy color: '#424AAC'

red 66 ◦ green 74 ◦ blue 172

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

Shades of Governor Bay #424AAC

Tints of Governor Bay #424AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 21.15%
G = 23.72%
B = 55.13%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424AAC (or 0x424AAC) is known color: Governor Bay. HEX triplet: 42, 4A and AC. RGB value is (66,74,172). Sum of RGB (Red+Green+Blue) = 66+74+172=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #424AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAC is #BDB553. Grayscale: #525252. Windows color (decimal): -12432724 or 11291202. OLE color: 11291202.

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

Color convert

RGB 66 74 172 -
CMYK 0.62 0.57 0 0.33
HSL 235.47º 0.45% 0.47% -
HSV(B) 235.47º 0.62% 0.67% -
XYZ 12.14 9.03 40.13 -
YUV 82.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 66 74 172 0.62 0.57 0 0.33 235.47 0.45 0.47
Hex 42 4A AC 3E 39 0 21 EB 2D 2F
Octal 102 112 254 76 71 0 41 353 55 57
Binary 1000010 1001010 10101100 111110 111001 0 100001 11101011 101101 101111

Color Harmonies of #424AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AAC

Black with #424AAC

Text Example


Text Example

White with #424AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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