Html Css Color HEX #464EAC Governor Bay

📋 copy color: '#464EAC'

red 70 ◦ green 78 ◦ blue 172

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

Shades of Governor Bay #464EAC

Tints of Governor Bay #464EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 21.88%
G = 24.38%
B = 53.75%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#464EAC (or 0x464EAC) is known color: Governor Bay. HEX triplet: 46, 4E and AC. RGB value is (70,78,172). Sum of RGB (Red+Green+Blue) = 70+78+172=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #464EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464EAC is #B9B153. Grayscale: #555555. Windows color (decimal): -12169556 or 11292230. OLE color: 11292230.

HSL color Cylindrical-coordinate representation of color #464EAC: hue angle of 235.29º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #464EAC is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 78 172 -
CMYK 0.59 0.55 0 0.33
HSL 235.29º 0.42% 0.47% -
HSV(B) 235.29º 0.59% 0.67% -
XYZ 12.7 9.73 40.24 -
YUV 86.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 70 78 172 0.59 0.55 0 0.33 235.29 0.42 0.47
Hex 46 4E AC 3B 37 0 21 EB 2A 2F
Octal 106 116 254 73 67 0 41 353 52 57
Binary 1000110 1001110 10101100 111011 110111 0 100001 11101011 101010 101111

Color Harmonies of #464EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EAC

Black with #464EAC

Text Example


Text Example

White with #464EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,172); }

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

background-color css

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

 a { background-color: rgb(70,78,172); }

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

border-color css

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

 span { border-color: rgb(70,78,172); }

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