Html Css Color HEX #464AAB Governor Bay

📋 copy color: '#464AAB'

red 70 ◦ green 74 ◦ blue 171

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

Shades of Governor Bay #464AAB

Tints of Governor Bay #464AAB

RGB

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

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

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

R = 22.22%
G = 23.49%
B = 54.29%

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

#464AAB (or 0x464AAB) is known color: Governor Bay. HEX triplet: 46, 4A and AB. RGB value is (70,74,171). Sum of RGB (Red+Green+Blue) = 70+74+171=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #464AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AAB is #B9B554. Grayscale: #535353. Windows color (decimal): -12170581 or 11225670. OLE color: 11225670.

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

Color convert

RGB 70 74 171 -
CMYK 0.59 0.57 0 0.33
HSL 237.62º 0.42% 0.47% -
HSV(B) 237.62º 0.59% 0.67% -
XYZ 12.33 9.14 39.64 -
YUV 83.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 70 74 171 0.59 0.57 0 0.33 237.62 0.42 0.47
Hex 46 4A AB 3B 39 0 21 EE 2A 2F
Octal 106 112 253 73 71 0 41 356 52 57
Binary 1000110 1001010 10101011 111011 111001 0 100001 11101110 101010 101111

Color Harmonies of #464AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AAB

Black with #464AAB

Text Example


Text Example

White with #464AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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