Html Css Color HEX #464AAC Governor Bay

📋 copy color: '#464AAC'

red 70 ◦ green 74 ◦ blue 172

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

Shades of Governor Bay #464AAC

Tints of Governor Bay #464AAC

RGB

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

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

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

R = 22.15%
G = 23.42%
B = 54.43%

CMYK

 C value IS 0.59

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#464AAC (or 0x464AAC) is known color: Governor Bay. HEX triplet: 46, 4A and AC. RGB value is (70,74,172). Sum of RGB (Red+Green+Blue) = 70+74+172=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #464AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AAC is #B9B553. Grayscale: #535353. Windows color (decimal): -12170580 or 11291206. OLE color: 11291206.

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

Color convert

RGB 70 74 172 -
CMYK 0.59 0.57 0 0.33
HSL 237.65º 0.42% 0.47% -
HSV(B) 237.65º 0.59% 0.67% -
XYZ 12.42 9.18 40.15 -
YUV 83.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 70 74 172 0.59 0.57 0 0.33 237.65 0.42 0.47
Hex 46 4A AC 3B 39 0 21 EE 2A 2F
Octal 106 112 254 73 71 0 41 356 52 57
Binary 1000110 1001010 10101100 111011 111001 0 100001 11101110 101010 101111

Color Harmonies of #464AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AAC

Black with #464AAC

Text Example


Text Example

White with #464AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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