Html Css Color HEX #444CBE Free Speech Blue

📋 copy color: '#444CBE'

red 68 ◦ green 76 ◦ blue 190

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

Shades of Free Speech Blue #444CBE

Tints of Free Speech Blue #444CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.75%

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 20.36%
G = 22.75%
B = 56.89%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#444CBE (or 0x444CBE) is known color: Free Speech Blue. HEX triplet: 44, 4C and BE. RGB value is (68,76,190). Sum of RGB (Red+Green+Blue) = 68+76+190=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #444CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CBE is #BBB341. Grayscale: #565656. Windows color (decimal): -12301122 or 12471364. OLE color: 12471364.

HSL color Cylindrical-coordinate representation of color #444CBE: hue angle of 236.07º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #444CBE is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 76 190 -
CMYK 0.64 0.60 0 0.25
HSL 236.07º 0.48% 0.51% -
HSV(B) 236.07º 0.64% 0.75% -
XYZ 14.26 10.12 49.92 -
YUV 86.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 68 76 190 0.64 0.60 0 0.25 236.07 0.48 0.51
Hex 44 4C BE 40 3C 0 19 EC 30 33
Octal 104 114 276 100 74 0 31 354 60 63
Binary 1000100 1001100 10111110 1000000 111100 0 11001 11101100 110000 110011

Color Harmonies of #444CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CBE

Black with #444CBE

Text Example


Text Example

White with #444CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,76,190); }

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

background-color css

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

 a { background-color: rgb(68,76,190); }

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

border-color css

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

 span { border-color: rgb(68,76,190); }

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