Html Css Color HEX #424BAC Governor Bay

📋 copy color: '#424BAC'

red 66 ◦ green 75 ◦ blue 172

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

Shades of Governor Bay #424BAC

Tints of Governor Bay #424BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

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

R = 21.09%
G = 23.96%
B = 54.95%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424BAC (or 0x424BAC) is known color: Governor Bay. HEX triplet: 42, 4B and AC. RGB value is (66,75,172). Sum of RGB (Red+Green+Blue) = 66+75+172=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #424BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BAC is #BDB453. Grayscale: #525252. Windows color (decimal): -12432468 or 11291458. OLE color: 11291458.

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

Color convert

RGB 66 75 172 -
CMYK 0.62 0.56 0 0.33
HSL 234.91º 0.45% 0.47% -
HSV(B) 234.91º 0.62% 0.67% -
XYZ 12.21 9.17 40.16 -
YUV 83.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 66 75 172 0.62 0.56 0 0.33 234.91 0.45 0.47
Hex 42 4B AC 3E 38 0 21 EB 2D 2F
Octal 102 113 254 76 70 0 41 353 55 57
Binary 1000010 1001011 10101100 111110 111000 0 100001 11101011 101101 101111

Color Harmonies of #424BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BAC

Black with #424BAC

Text Example


Text Example

White with #424BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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