Html Css Color HEX #4449AB Governor Bay

📋 copy color: '#4449AB'

red 68 ◦ green 73 ◦ blue 171

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

Shades of Governor Bay #4449AB

Tints of Governor Bay #4449AB

RGB

 RED value IS 68 (26.95% from 255) = 21.79%

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

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

R = 21.79%
G = 23.4%
B = 54.81%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4449AB (or 0x4449AB) is known color: Governor Bay. HEX triplet: 44, 49 and AB. RGB value is (68,73,171). Sum of RGB (Red+Green+Blue) = 68+73+171=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #4449AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4449AB is #BBB654. Grayscale: #525252. Windows color (decimal): -12301909 or 11225412. OLE color: 11225412.

HSL color Cylindrical-coordinate representation of color #4449AB: hue angle of 237.09º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4449AB is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 73 171 -
CMYK 0.60 0.57 0 0.33
HSL 237.09º 0.43% 0.47% -
HSV(B) 237.09º 0.6% 0.67% -
XYZ 12.12 8.93 39.61 -
YUV 82.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 68 73 171 0.60 0.57 0 0.33 237.09 0.43 0.47
Hex 44 49 AB 3C 39 0 21 ED 2B 2F
Octal 104 111 253 74 71 0 41 355 53 57
Binary 1000100 1001001 10101011 111100 111001 0 100001 11101101 101011 101111

Color Harmonies of #4449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4449AB

Black with #4449AB

Text Example


Text Example

White with #4449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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