Html Css Color HEX #424FAC Governor Bay

📋 copy color: '#424FAC'

red 66 ◦ green 79 ◦ blue 172

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

Shades of Governor Bay #424FAC

Tints of Governor Bay #424FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.92%

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

R = 20.82%
G = 24.92%
B = 54.26%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424FAC (or 0x424FAC) is known color: Governor Bay. HEX triplet: 42, 4F and AC. RGB value is (66,79,172). Sum of RGB (Red+Green+Blue) = 66+79+172=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #424FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FAC is #BDB053. Grayscale: #555555. Windows color (decimal): -12431444 or 11292482. OLE color: 11292482.

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

Color convert

RGB 66 79 172 -
CMYK 0.62 0.54 0 0.33
HSL 232.64º 0.45% 0.47% -
HSV(B) 232.64º 0.62% 0.67% -
XYZ 12.49 9.73 40.25 -
YUV 85.72 176.69 113.94 -
System Red Green Blue C M Y K H S L
Decimal 66 79 172 0.62 0.54 0 0.33 232.64 0.45 0.47
Hex 42 4F AC 3E 36 0 21 E9 2D 2F
Octal 102 117 254 76 66 0 41 351 55 57
Binary 1000010 1001111 10101100 111110 110110 0 100001 11101001 101101 101111

Color Harmonies of #424FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FAC

Black with #424FAC

Text Example


Text Example

White with #424FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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