Html Css Color HEX #4446AB Governor Bay

📋 copy color: '#4446AB'

red 68 ◦ green 70 ◦ blue 171

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

Shades of Governor Bay #4446AB

Tints of Governor Bay #4446AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 22.01%
G = 22.65%
B = 55.34%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4446AB (or 0x4446AB) is known color: Governor Bay. HEX triplet: 44, 46 and AB. RGB value is (68,70,171). Sum of RGB (Red+Green+Blue) = 68+70+171=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #4446AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4446AB is #BBB954. Grayscale: #505050. Windows color (decimal): -12302677 or 11224644. OLE color: 11224644.

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

Color convert

RGB 68 70 171 -
CMYK 0.60 0.59 0 0.33
HSL 238.83º 0.43% 0.47% -
HSV(B) 238.83º 0.6% 0.67% -
XYZ 11.92 8.55 39.55 -
YUV 80.92 178.84 118.79 -
System Red Green Blue C M Y K H S L
Decimal 68 70 171 0.60 0.59 0 0.33 238.83 0.43 0.47
Hex 44 46 AB 3C 3B 0 21 EF 2B 2F
Octal 104 106 253 74 73 0 41 357 53 57
Binary 1000100 1000110 10101011 111100 111011 0 100001 11101111 101011 101111

Color Harmonies of #4446AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4446AB

Black with #4446AB

Text Example


Text Example

White with #4446AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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