Html Css Color HEX #424BAA Governor Bay

📋 copy color: '#424BAA'

red 66 ◦ green 75 ◦ blue 170

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

Shades of Governor Bay #424BAA

Tints of Governor Bay #424BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.66%

R = 21.22%
G = 24.12%
B = 54.66%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424BAA (or 0x424BAA) is known color: Governor Bay. HEX triplet: 42, 4B and AA. RGB value is (66,75,170). Sum of RGB (Red+Green+Blue) = 66+75+170=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #424BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BAA is #BDB455. Grayscale: #525252. Windows color (decimal): -12432470 or 11160386. OLE color: 11160386.

HSL color Cylindrical-coordinate representation of color #424BAA: hue angle of 234.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #424BAA is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 75 170 -
CMYK 0.61 0.56 0 0.33
HSL 234.81º 0.44% 0.46% -
HSV(B) 234.81º 0.61% 0.67% -
XYZ 12.02 9.09 39.15 -
YUV 83.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 66 75 170 0.61 0.56 0 0.33 234.81 0.44 0.46
Hex 42 4B AA 3D 38 0 21 EB 2C 2E
Octal 102 113 252 75 70 0 41 353 54 56
Binary 1000010 1001011 10101010 111101 111000 0 100001 11101011 101100 101110

Color Harmonies of #424BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BAA

Black with #424BAA

Text Example


Text Example

White with #424BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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