Html Css Color HEX #4448AD Governor Bay

📋 copy color: '#4448AD'

red 68 ◦ green 72 ◦ blue 173

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

Shades of Governor Bay #4448AD

Tints of Governor Bay #4448AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 21.73%
G = 23%
B = 55.27%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4448AD (or 0x4448AD) is known color: Governor Bay. HEX triplet: 44, 48 and AD. RGB value is (68,72,173). Sum of RGB (Red+Green+Blue) = 68+72+173=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4448AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4448AD is #BBB752. Grayscale: #515151. Windows color (decimal): -12302163 or 11356228. OLE color: 11356228.

HSL color Cylindrical-coordinate representation of color #4448AD: hue angle of 237.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4448AD is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 72 173 -
CMYK 0.61 0.58 0 0.32
HSL 237.71º 0.44% 0.47% -
HSV(B) 237.71º 0.61% 0.68% -
XYZ 12.24 8.88 40.6 -
YUV 82.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 68 72 173 0.61 0.58 0 0.32 237.71 0.44 0.47
Hex 44 48 AD 3D 3A 0 20 EE 2C 2F
Octal 104 110 255 75 72 0 40 356 54 57
Binary 1000100 1001000 10101101 111101 111010 0 100000 11101110 101100 101111

Color Harmonies of #4448AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448AD

Black with #4448AD

Text Example


Text Example

White with #4448AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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