Html Css Color HEX #4448A0 Governor Bay

📋 copy color: '#4448A0'

red 68 ◦ green 72 ◦ blue 160

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

Shades of Governor Bay #4448A0

Tints of Governor Bay #4448A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 53.33%

R = 22.67%
G = 24%
B = 53.33%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4448A0 (or 0x4448A0) is known color: Governor Bay. HEX triplet: 44, 48 and A0. RGB value is (68,72,160). Sum of RGB (Red+Green+Blue) = 68+72+160=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 160 (62.89% from 255 or 53.33% from 300); Max value from RGB is 160 - color contains mainly: blue. Hex color #4448A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4448A0 is #BBB75F. Grayscale: #505050. Windows color (decimal): -12302176 or 10504260. OLE color: 10504260.

HSL color Cylindrical-coordinate representation of color #4448A0: hue angle of 237.39º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4448A0 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 72 160 -
CMYK 0.57 0.55 0 0.37
HSL 237.39º 0.4% 0.45% -
HSV(B) 237.39º 0.58% 0.63% -
XYZ 11.05 8.4 34.3 -
YUV 80.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 68 72 160 0.57 0.55 0 0.37 237.39 0.4 0.45
Hex 44 48 A0 39 37 0 25 ED 28 2D
Octal 104 110 240 71 67 0 45 355 50 55
Binary 1000100 1001000 10100000 111001 110111 0 100101 11101101 101000 101101

Color Harmonies of #4448A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448A0

Black with #4448A0

Text Example


Text Example

White with #4448A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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