Html Css Color HEX #444FCC Free Speech Blue

📋 copy color: '#444FCC'

red 68 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Blue #444FCC

Tints of Free Speech Blue #444FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

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

R = 19.37%
G = 22.51%
B = 58.12%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#444FCC (or 0x444FCC) is known color: Free Speech Blue. HEX triplet: 44, 4F and CC. RGB value is (68,79,204). Sum of RGB (Red+Green+Blue) = 68+79+204=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #444FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FCC is #BBB033. Grayscale: #595959. Windows color (decimal): -12300340 or 13389636. OLE color: 13389636.

HSL color Cylindrical-coordinate representation of color #444FCC: hue angle of 235.15º 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 #444FCC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 79 204 -
CMYK 0.67 0.61 0 0.2
HSL 235.15º 0.57% 0.53% -
HSV(B) 235.15º 0.67% 0.8% -
XYZ 16.08 11.18 58.44 -
YUV 89.96 192.36 112.34 -
System Red Green Blue C M Y K H S L
Decimal 68 79 204 0.67 0.61 0 0.2 235.15 0.57 0.53
Hex 44 4F CC 43 3D 0 14 EB 39 35
Octal 104 117 314 103 75 0 24 353 71 65
Binary 1000100 1001111 11001100 1000011 111101 0 10100 11101011 111001 110101

Color Harmonies of #444FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FCC

Black with #444FCC

Text Example


Text Example

White with #444FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444FCC; }

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

 H1.HeaderClassName
 {
   color: #444FCC;
 }
 .AnyTagClassName
 {
   color: #444FCC;
 }
</style>

background-color css

<style>
 a { background-color: #444FCC; }

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

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

border-color css

<style>
 span { border-color: #444FCC; }

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

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