Html Css Color HEX #424AAD Governor Bay

📋 copy color: '#424AAD'

red 66 ◦ green 74 ◦ blue 173

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

Shades of Governor Bay #424AAD

Tints of Governor Bay #424AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 21.09%
G = 23.64%
B = 55.27%

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

#424AAD (or 0x424AAD) is known color: Governor Bay. HEX triplet: 42, 4A and AD. RGB value is (66,74,173). Sum of RGB (Red+Green+Blue) = 66+74+173=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #424AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAD is #BDB552. Grayscale: #525252. Windows color (decimal): -12432723 or 11356738. OLE color: 11356738.

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

Color convert

RGB 66 74 173 -
CMYK 0.62 0.57 0 0.32
HSL 235.51º 0.45% 0.47% -
HSV(B) 235.51º 0.62% 0.68% -
XYZ 12.24 9.07 40.64 -
YUV 82.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 66 74 173 0.62 0.57 0 0.32 235.51 0.45 0.47
Hex 42 4A AD 3E 39 0 20 EC 2D 2F
Octal 102 112 255 76 71 0 40 354 55 57
Binary 1000010 1001010 10101101 111110 111001 0 100000 11101100 101101 101111

Color Harmonies of #424AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AAD

Black with #424AAD

Text Example


Text Example

White with #424AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,173); }

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

background-color css

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

 a { background-color: rgb(66,74,173); }

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

border-color css

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

 span { border-color: rgb(66,74,173); }

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