Html Css Color HEX #444BBF Free Speech Blue

📋 copy color: '#444BBF'

red 68 ◦ green 75 ◦ blue 191

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

Shades of Free Speech Blue #444BBF

Tints of Free Speech Blue #444BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 20.36%
G = 22.46%
B = 57.19%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#444BBF (or 0x444BBF) is known color: Free Speech Blue. HEX triplet: 44, 4B and BF. RGB value is (68,75,191). Sum of RGB (Red+Green+Blue) = 68+75+191=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #444BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BBF is #BBB440. Grayscale: #555555. Windows color (decimal): -12301377 or 12536644. OLE color: 12536644.

HSL color Cylindrical-coordinate representation of color #444BBF: hue angle of 236.59º degrees, saturation: 0.49, 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 #444BBF is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 75 191 -
CMYK 0.64 0.61 0 0.25
HSL 236.59º 0.49% 0.51% -
HSV(B) 236.59º 0.64% 0.75% -
XYZ 14.3 10.02 50.47 -
YUV 86.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 68 75 191 0.64 0.61 0 0.25 236.59 0.49 0.51
Hex 44 4B BF 40 3D 0 19 ED 31 33
Octal 104 113 277 100 75 0 31 355 61 63
Binary 1000100 1001011 10111111 1000000 111101 0 11001 11101101 110001 110011

Color Harmonies of #444BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BBF

Black with #444BBF

Text Example


Text Example

White with #444BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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