Html Css Color HEX #464FAD Governor Bay

📋 copy color: '#464FAD'

red 70 ◦ green 79 ◦ blue 173

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

Shades of Governor Bay #464FAD

Tints of Governor Bay #464FAD

RGB

 RED value IS 70 (27.73% from 255) = 21.74%

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

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

R = 21.74%
G = 24.53%
B = 53.73%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#464FAD (or 0x464FAD) is known color: Governor Bay. HEX triplet: 46, 4F and AD. RGB value is (70,79,173). Sum of RGB (Red+Green+Blue) = 70+79+173=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #464FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464FAD is #B9B052. Grayscale: #565656. Windows color (decimal): -12169299 or 11358022. OLE color: 11358022.

HSL color Cylindrical-coordinate representation of color #464FAD: hue angle of 234.76º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464FAD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 79 173 -
CMYK 0.60 0.54 0 0.32
HSL 234.76º 0.42% 0.48% -
HSV(B) 234.76º 0.6% 0.68% -
XYZ 12.86 9.91 40.77 -
YUV 87.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 70 79 173 0.60 0.54 0 0.32 234.76 0.42 0.48
Hex 46 4F AD 3C 36 0 20 EB 2A 30
Octal 106 117 255 74 66 0 40 353 52 60
Binary 1000110 1001111 10101101 111100 110110 0 100000 11101011 101010 110000

Color Harmonies of #464FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FAD

Black with #464FAD

Text Example


Text Example

White with #464FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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