Html Css Color HEX #424FAD Governor Bay

📋 copy color: '#424FAD'

red 66 ◦ green 79 ◦ blue 173

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

Shades of Governor Bay #424FAD

Tints of Governor Bay #424FAD

RGB

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

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

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

R = 20.75%
G = 24.84%
B = 54.4%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#424FAD (or 0x424FAD) is known color: Governor Bay. HEX triplet: 42, 4F and AD. RGB value is (66,79,173). Sum of RGB (Red+Green+Blue) = 66+79+173=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #424FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424FAD is #BDB052. Grayscale: #555555. Windows color (decimal): -12431443 or 11358018. OLE color: 11358018.

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

Color convert

RGB 66 79 173 -
CMYK 0.62 0.54 0 0.32
HSL 232.71º 0.45% 0.47% -
HSV(B) 232.71º 0.62% 0.68% -
XYZ 12.59 9.77 40.76 -
YUV 85.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 66 79 173 0.62 0.54 0 0.32 232.71 0.45 0.47
Hex 42 4F AD 3E 36 0 20 E9 2D 2F
Octal 102 117 255 76 66 0 40 351 55 57
Binary 1000010 1001111 10101101 111110 110110 0 100000 11101001 101101 101111

Color Harmonies of #424FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FAD

Black with #424FAD

Text Example


Text Example

White with #424FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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