Html Css Color HEX #444BCD Free Speech Blue

📋 copy color: '#444BCD'

red 68 ◦ green 75 ◦ blue 205

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

Shades of Free Speech Blue #444BCD

Tints of Free Speech Blue #444BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 19.54%
G = 21.55%
B = 58.91%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#444BCD (or 0x444BCD) is known color: Free Speech Blue. HEX triplet: 44, 4B and CD. RGB value is (68,75,205). Sum of RGB (Red+Green+Blue) = 68+75+205=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #444BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BCD is #BBB432. Grayscale: #575757. Windows color (decimal): -12301363 or 13454148. OLE color: 13454148.

HSL color Cylindrical-coordinate representation of color #444BCD: hue angle of 236.93º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444BCD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 75 205 -
CMYK 0.67 0.63 0 0.20
HSL 236.93º 0.58% 0.54% -
HSV(B) 236.93º 0.67% 0.8% -
XYZ 15.92 10.67 58.98 -
YUV 87.73 194.18 113.93 -
System Red Green Blue C M Y K H S L
Decimal 68 75 205 0.67 0.63 0 0.20 236.93 0.58 0.54
Hex 44 4B CD 43 3F 0 14 ED 3A 36
Octal 104 113 315 103 77 0 24 355 72 66
Binary 1000100 1001011 11001101 1000011 111111 0 10100 11101101 111010 110110

Color Harmonies of #444BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BCD

Black with #444BCD

Text Example


Text Example

White with #444BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,205); }

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

background-color css

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

 a { background-color: rgb(68,75,205); }

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

border-color css

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

 span { border-color: rgb(68,75,205); }

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