Html Css Color HEX #464BAB Governor Bay

📋 copy color: '#464BAB'

red 70 ◦ green 75 ◦ blue 171

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

Shades of Governor Bay #464BAB

Tints of Governor Bay #464BAB

RGB

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

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

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

R = 22.15%
G = 23.73%
B = 54.11%

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

#464BAB (or 0x464BAB) is known color: Governor Bay. HEX triplet: 46, 4B and AB. RGB value is (70,75,171). Sum of RGB (Red+Green+Blue) = 70+75+171=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #464BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464BAB is #B9B454. Grayscale: #545454. Windows color (decimal): -12170325 or 11225926. OLE color: 11225926.

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

Color convert

RGB 70 75 171 -
CMYK 0.59 0.56 0 0.33
HSL 237.03º 0.42% 0.47% -
HSV(B) 237.03º 0.59% 0.67% -
XYZ 12.39 9.27 39.67 -
YUV 84.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 70 75 171 0.59 0.56 0 0.33 237.03 0.42 0.47
Hex 46 4B AB 3B 38 0 21 ED 2A 2F
Octal 106 113 253 73 70 0 41 355 52 57
Binary 1000110 1001011 10101011 111011 111000 0 100001 11101101 101010 101111

Color Harmonies of #464BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464BAB

Black with #464BAB

Text Example


Text Example

White with #464BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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