Html Css Color HEX #464DAB Governor Bay

📋 copy color: '#464DAB'

red 70 ◦ green 77 ◦ blue 171

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

Shades of Governor Bay #464DAB

Tints of Governor Bay #464DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

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

R = 22.01%
G = 24.21%
B = 53.77%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#464DAB (or 0x464DAB) is known color: Governor Bay. HEX triplet: 46, 4D and AB. RGB value is (70,77,171). Sum of RGB (Red+Green+Blue) = 70+77+171=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #464DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464DAB is #B9B254. Grayscale: #555555. Windows color (decimal): -12169813 or 11226438. OLE color: 11226438.

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

Color convert

RGB 70 77 171 -
CMYK 0.59 0.55 0 0.33
HSL 235.84º 0.42% 0.47% -
HSV(B) 235.84º 0.59% 0.67% -
XYZ 12.53 9.55 39.71 -
YUV 85.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 70 77 171 0.59 0.55 0 0.33 235.84 0.42 0.47
Hex 46 4D AB 3B 37 0 21 EC 2A 2F
Octal 106 115 253 73 67 0 41 354 52 57
Binary 1000110 1001101 10101011 111011 110111 0 100001 11101100 101010 101111

Color Harmonies of #464DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464DAB

Black with #464DAB

Text Example


Text Example

White with #464DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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