Html Css Color HEX #464CAB Governor Bay

📋 copy color: '#464CAB'

red 70 ◦ green 76 ◦ blue 171

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

Shades of Governor Bay #464CAB

Tints of Governor Bay #464CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 22.08%
G = 23.97%
B = 53.94%

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

#464CAB (or 0x464CAB) is known color: Governor Bay. HEX triplet: 46, 4C and AB. RGB value is (70,76,171). Sum of RGB (Red+Green+Blue) = 70+76+171=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #464CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CAB is #B9B354. Grayscale: #545454. Windows color (decimal): -12170069 or 11226182. OLE color: 11226182.

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

Color convert

RGB 70 76 171 -
CMYK 0.59 0.56 0 0.33
HSL 236.44º 0.42% 0.47% -
HSV(B) 236.44º 0.59% 0.67% -
XYZ 12.46 9.41 39.69 -
YUV 85.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 70 76 171 0.59 0.56 0 0.33 236.44 0.42 0.47
Hex 46 4C AB 3B 38 0 21 EC 2A 2F
Octal 106 114 253 73 70 0 41 354 52 57
Binary 1000110 1001100 10101011 111011 111000 0 100001 11101100 101010 101111

Color Harmonies of #464CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464CAB

Black with #464CAB

Text Example


Text Example

White with #464CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,76,171); }

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

background-color css

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

 a { background-color: rgb(70,76,171); }

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

border-color css

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

 span { border-color: rgb(70,76,171); }

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