Html Css Color HEX #4442AA Governor Bay

📋 copy color: '#4442AA'

red 68 ◦ green 66 ◦ blue 170

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

Shades of Governor Bay #4442AA

Tints of Governor Bay #4442AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 22.37%
G = 21.71%
B = 55.92%

CMYK

 C value IS 0.6

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4442AA (or 0x4442AA) is known color: Governor Bay. HEX triplet: 44, 42 and AA. RGB value is (68,66,170). Sum of RGB (Red+Green+Blue) = 68+66+170=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4442AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4442AA is #BBBD55. Grayscale: #4E4E4E. Windows color (decimal): -12303702 or 11158084. OLE color: 11158084.

HSL color Cylindrical-coordinate representation of color #4442AA: hue angle of 241.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4442AA is Cyan = 0.6, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 66 170 -
CMYK 0.6 0.61 0 0.33
HSL 241.15º 0.44% 0.46% -
HSV(B) 241.15º 0.61% 0.67% -
XYZ 11.59 8.03 38.97 -
YUV 78.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 68 66 170 0.6 0.61 0 0.33 241.15 0.44 0.46
Hex 44 42 AA 3C 3D 0 21 F1 2C 2E
Octal 104 102 252 74 75 0 41 361 54 56
Binary 1000100 1000010 10101010 111100 111101 0 100001 11110001 101100 101110

Color Harmonies of #4442AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4442AA

Black with #4442AA

Text Example


Text Example

White with #4442AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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