Html Css Color HEX #424DAC Governor Bay

📋 copy color: '#424DAC'

red 66 ◦ green 77 ◦ blue 172

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

Shades of Governor Bay #424DAC

Tints of Governor Bay #424DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

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

R = 20.95%
G = 24.44%
B = 54.6%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424DAC (or 0x424DAC) is known color: Governor Bay. HEX triplet: 42, 4D and AC. RGB value is (66,77,172). Sum of RGB (Red+Green+Blue) = 66+77+172=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #424DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DAC is #BDB253. Grayscale: #545454. Windows color (decimal): -12431956 or 11291970. OLE color: 11291970.

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

Color convert

RGB 66 77 172 -
CMYK 0.62 0.55 0 0.33
HSL 233.77º 0.45% 0.47% -
HSV(B) 233.77º 0.62% 0.67% -
XYZ 12.35 9.44 40.2 -
YUV 84.54 177.36 114.78 -
System Red Green Blue C M Y K H S L
Decimal 66 77 172 0.62 0.55 0 0.33 233.77 0.45 0.47
Hex 42 4D AC 3E 37 0 21 EA 2D 2F
Octal 102 115 254 76 67 0 41 352 55 57
Binary 1000010 1001101 10101100 111110 110111 0 100001 11101010 101101 101111

Color Harmonies of #424DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DAC

Black with #424DAC

Text Example


Text Example

White with #424DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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