Html Css Color HEX #464AAA Governor Bay

📋 copy color: '#464AAA'

red 70 ◦ green 74 ◦ blue 170

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

Shades of Governor Bay #464AAA

Tints of Governor Bay #464AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 22.29%
G = 23.57%
B = 54.14%

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

#464AAA (or 0x464AAA) is known color: Governor Bay. HEX triplet: 46, 4A and AA. RGB value is (70,74,170). Sum of RGB (Red+Green+Blue) = 70+74+170=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #464AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AAA is #B9B555. Grayscale: #535353. Windows color (decimal): -12170582 or 11160134. OLE color: 11160134.

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

Color convert

RGB 70 74 170 -
CMYK 0.59 0.56 0 0.33
HSL 237.6º 0.42% 0.47% -
HSV(B) 237.6º 0.59% 0.67% -
XYZ 12.23 9.1 39.14 -
YUV 83.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 70 74 170 0.59 0.56 0 0.33 237.6 0.42 0.47
Hex 46 4A AA 3B 38 0 21 EE 2A 2F
Octal 106 112 252 73 70 0 41 356 52 57
Binary 1000110 1001010 10101010 111011 111000 0 100001 11101110 101010 101111

Color Harmonies of #464AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AAA

Black with #464AAA

Text Example


Text Example

White with #464AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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