Html Css Color HEX #4447AA Governor Bay

📋 copy color: '#4447AA'

red 68 ◦ green 71 ◦ blue 170

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

Shades of Governor Bay #4447AA

Tints of Governor Bay #4447AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 22.01%
G = 22.98%
B = 55.02%

CMYK

 C value IS 0.6

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4447AA (or 0x4447AA) is known color: Governor Bay. HEX triplet: 44, 47 and AA. RGB value is (68,71,170). Sum of RGB (Red+Green+Blue) = 68+71+170=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #4447AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4447AA is #BBB855. Grayscale: #505050. Windows color (decimal): -12302422 or 11159364. OLE color: 11159364.

HSL color Cylindrical-coordinate representation of color #4447AA: hue angle of 238.24º 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 #4447AA is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 71 170 -
CMYK 0.6 0.58 0 0.33
HSL 238.24º 0.43% 0.47% -
HSV(B) 238.24º 0.6% 0.67% -
XYZ 11.89 8.64 39.07 -
YUV 81.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 68 71 170 0.6 0.58 0 0.33 238.24 0.43 0.47
Hex 44 47 AA 3C 3A 0 21 EE 2B 2F
Octal 104 107 252 74 72 0 41 356 53 57
Binary 1000100 1000111 10101010 111100 111010 0 100001 11101110 101011 101111

Color Harmonies of #4447AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4447AA

Black with #4447AA

Text Example


Text Example

White with #4447AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4447AA; }

 p { color: rgb(68,71,170); }

 H1.HeaderClassName
 {
   color: #4447AA;
 }
 .AnyTagClassName
 {
   color: #4447AA;
 }
</style>

background-color css

<style>
 a { background-color: #4447AA; }

 a { background-color: rgb(68,71,170); }

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

border-color css

<style>
 span { border-color: #4447AA; }

 span { border-color: rgb(68,71,170); }

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