Html Css Color HEX #424BAE Governor Bay

📋 copy color: '#424BAE'

red 66 ◦ green 75 ◦ blue 174

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

Shades of Governor Bay #424BAE

Tints of Governor Bay #424BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 20.95%
G = 23.81%
B = 55.24%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#424BAE (or 0x424BAE) is known color: Governor Bay. HEX triplet: 42, 4B and AE. RGB value is (66,75,174). Sum of RGB (Red+Green+Blue) = 66+75+174=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #424BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424BAE is #BDB451. Grayscale: #535353. Windows color (decimal): -12432466 or 11422530. OLE color: 11422530.

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

Color convert

RGB 66 75 174 -
CMYK 0.62 0.57 0 0.32
HSL 235º 0.45% 0.47% -
HSV(B) 235º 0.62% 0.68% -
XYZ 12.4 9.25 41.18 -
YUV 83.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 66 75 174 0.62 0.57 0 0.32 235 0.45 0.47
Hex 42 4B AE 3E 39 0 20 EB 2D 2F
Octal 102 113 256 76 71 0 40 353 55 57
Binary 1000010 1001011 10101110 111110 111001 0 100000 11101011 101101 101111

Color Harmonies of #424BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BAE

Black with #424BAE

Text Example


Text Example

White with #424BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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