Html Css Color HEX #4649AB Governor Bay

📋 copy color: '#4649AB'

red 70 ◦ green 73 ◦ blue 171

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

Shades of Governor Bay #4649AB

Tints of Governor Bay #4649AB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

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

R = 22.29%
G = 23.25%
B = 54.46%

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

#4649AB (or 0x4649AB) is known color: Governor Bay. HEX triplet: 46, 49 and AB. RGB value is (70,73,171). Sum of RGB (Red+Green+Blue) = 70+73+171=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #4649AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4649AB is #B9B654. Grayscale: #525252. Windows color (decimal): -12170837 or 11225414. OLE color: 11225414.

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

Color convert

RGB 70 73 171 -
CMYK 0.59 0.57 0 0.33
HSL 238.22º 0.42% 0.47% -
HSV(B) 238.22º 0.59% 0.67% -
XYZ 12.26 9.01 39.62 -
YUV 83.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 70 73 171 0.59 0.57 0 0.33 238.22 0.42 0.47
Hex 46 49 AB 3B 39 0 21 EE 2A 2F
Octal 106 111 253 73 71 0 41 356 52 57
Binary 1000110 1001001 10101011 111011 111001 0 100001 11101110 101010 101111

Color Harmonies of #4649AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4649AB

Black with #4649AB

Text Example


Text Example

White with #4649AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4649AB; }

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

 H1.HeaderClassName
 {
   color: #4649AB;
 }
 .AnyTagClassName
 {
   color: #4649AB;
 }
</style>

background-color css

<style>
 a { background-color: #4649AB; }

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

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

border-color css

<style>
 span { border-color: #4649AB; }

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

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