Html Css Color HEX #4448AB Governor Bay

📋 copy color: '#4448AB'

red 68 ◦ green 72 ◦ blue 171

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

Shades of Governor Bay #4448AB

Tints of Governor Bay #4448AB

RGB

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

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

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

R = 21.86%
G = 23.15%
B = 54.98%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4448AB (or 0x4448AB) is known color: Governor Bay. HEX triplet: 44, 48 and AB. RGB value is (68,72,171). Sum of RGB (Red+Green+Blue) = 68+72+171=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #4448AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4448AB is #BBB754. Grayscale: #515151. Windows color (decimal): -12302165 or 11225156. OLE color: 11225156.

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

Color convert

RGB 68 72 171 -
CMYK 0.60 0.58 0 0.33
HSL 237.67º 0.43% 0.47% -
HSV(B) 237.67º 0.6% 0.67% -
XYZ 12.05 8.8 39.59 -
YUV 82.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 68 72 171 0.60 0.58 0 0.33 237.67 0.43 0.47
Hex 44 48 AB 3C 3A 0 21 EE 2B 2F
Octal 104 110 253 74 72 0 41 356 53 57
Binary 1000100 1001000 10101011 111100 111010 0 100001 11101110 101011 101111

Color Harmonies of #4448AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448AB

Black with #4448AB

Text Example


Text Example

White with #4448AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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