Html Css Color HEX #464BAC Governor Bay

📋 copy color: '#464BAC'

red 70 ◦ green 75 ◦ blue 172

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

Shades of Governor Bay #464BAC

Tints of Governor Bay #464BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.66%

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

R = 22.08%
G = 23.66%
B = 54.26%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#464BAC (or 0x464BAC) is known color: Governor Bay. HEX triplet: 46, 4B and AC. RGB value is (70,75,172). Sum of RGB (Red+Green+Blue) = 70+75+172=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #464BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464BAC is #B9B453. Grayscale: #545454. Windows color (decimal): -12170324 or 11291462. OLE color: 11291462.

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

Color convert

RGB 70 75 172 -
CMYK 0.59 0.56 0 0.33
HSL 237.06º 0.42% 0.47% -
HSV(B) 237.06º 0.59% 0.67% -
XYZ 12.49 9.31 40.17 -
YUV 84.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 70 75 172 0.59 0.56 0 0.33 237.06 0.42 0.47
Hex 46 4B AC 3B 38 0 21 ED 2A 2F
Octal 106 113 254 73 70 0 41 355 52 57
Binary 1000110 1001011 10101100 111011 111000 0 100001 11101101 101010 101111

Color Harmonies of #464BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BAC

Black with #464BAC

Text Example


Text Example

White with #464BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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