Html Css Color HEX #4448CC Free Speech Blue

📋 copy color: '#4448CC'

red 68 ◦ green 72 ◦ blue 204

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

Shades of Free Speech Blue #4448CC

Tints of Free Speech Blue #4448CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 19.77%
G = 20.93%
B = 59.3%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4448CC (or 0x4448CC) is known color: Free Speech Blue. HEX triplet: 44, 48 and CC. RGB value is (68,72,204). Sum of RGB (Red+Green+Blue) = 68+72+204=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #4448CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4448CC is #BBB733. Grayscale: #555555. Windows color (decimal): -12302132 or 13387844. OLE color: 13387844.

HSL color Cylindrical-coordinate representation of color #4448CC: hue angle of 238.24º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4448CC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 72 204 -
CMYK 0.67 0.65 0 0.2
HSL 238.24º 0.57% 0.53% -
HSV(B) 238.24º 0.67% 0.8% -
XYZ 15.6 10.22 58.28 -
YUV 85.85 194.67 115.27 -
System Red Green Blue C M Y K H S L
Decimal 68 72 204 0.67 0.65 0 0.2 238.24 0.57 0.53
Hex 44 48 CC 43 41 0 14 EE 39 35
Octal 104 110 314 103 101 0 24 356 71 65
Binary 1000100 1001000 11001100 1000011 1000001 0 10100 11101110 111001 110101

Color Harmonies of #4448CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4448CC

Black with #4448CC

Text Example


Text Example

White with #4448CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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