Html Css Color HEX #464FAC Governor Bay

📋 copy color: '#464FAC'

red 70 ◦ green 79 ◦ blue 172

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

Shades of Governor Bay #464FAC

Tints of Governor Bay #464FAC

RGB

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

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

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

R = 21.81%
G = 24.61%
B = 53.58%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#464FAC (or 0x464FAC) is known color: Governor Bay. HEX triplet: 46, 4F and AC. RGB value is (70,79,172). Sum of RGB (Red+Green+Blue) = 70+79+172=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #464FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464FAC is #B9B053. Grayscale: #565656. Windows color (decimal): -12169300 or 11292486. OLE color: 11292486.

HSL color Cylindrical-coordinate representation of color #464FAC: hue angle of 234.71º 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 #464FAC is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 79 172 -
CMYK 0.59 0.54 0 0.33
HSL 234.71º 0.42% 0.47% -
HSV(B) 234.71º 0.59% 0.67% -
XYZ 12.77 9.87 40.26 -
YUV 86.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 70 79 172 0.59 0.54 0 0.33 234.71 0.42 0.47
Hex 46 4F AC 3B 36 0 21 EB 2A 2F
Octal 106 117 254 73 66 0 41 353 52 57
Binary 1000110 1001111 10101100 111011 110110 0 100001 11101011 101010 101111

Color Harmonies of #464FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FAC

Black with #464FAC

Text Example


Text Example

White with #464FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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