Html Css Color HEX #4448AA Governor Bay

📋 copy color: '#4448AA'

red 68 ◦ green 72 ◦ blue 170

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

Shades of Governor Bay #4448AA

Tints of Governor Bay #4448AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 21.94%
G = 23.23%
B = 54.84%

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

#4448AA (or 0x4448AA) is known color: Governor Bay. HEX triplet: 44, 48 and AA. RGB value is (68,72,170). Sum of RGB (Red+Green+Blue) = 68+72+170=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #4448AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4448AA is #BBB755. Grayscale: #515151. Windows color (decimal): -12302166 or 11159620. OLE color: 11159620.

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

Color convert

RGB 68 72 170 -
CMYK 0.6 0.58 0 0.33
HSL 237.65º 0.43% 0.47% -
HSV(B) 237.65º 0.6% 0.67% -
XYZ 11.96 8.77 39.09 -
YUV 81.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 68 72 170 0.6 0.58 0 0.33 237.65 0.43 0.47
Hex 44 48 AA 3C 3A 0 21 EE 2B 2F
Octal 104 110 252 74 72 0 41 356 53 57
Binary 1000100 1001000 10101010 111100 111010 0 100001 11101110 101011 101111

Color Harmonies of #4448AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448AA

Black with #4448AA

Text Example


Text Example

White with #4448AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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