Html Css Color HEX #444BB7 Free Speech Blue

📋 copy color: '#444BB7'

red 68 ◦ green 75 ◦ blue 183

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

Shades of Free Speech Blue #444BB7

Tints of Free Speech Blue #444BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 56.13%

R = 20.86%
G = 23.01%
B = 56.13%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#444BB7 (or 0x444BB7) is known color: Free Speech Blue. HEX triplet: 44, 4B and B7. RGB value is (68,75,183). Sum of RGB (Red+Green+Blue) = 68+75+183=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #444BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BB7 is #BBB448. Grayscale: #545454. Windows color (decimal): -12301385 or 12012356. OLE color: 12012356.

HSL color Cylindrical-coordinate representation of color #444BB7: hue angle of 236.35º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #444BB7 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 75 183 -
CMYK 0.63 0.59 0 0.28
HSL 236.35º 0.46% 0.49% -
HSV(B) 236.35º 0.63% 0.72% -
XYZ 13.45 9.68 45.96 -
YUV 85.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 68 75 183 0.63 0.59 0 0.28 236.35 0.46 0.49
Hex 44 4B B7 3F 3B 0 1C EC 2E 31
Octal 104 113 267 77 73 0 34 354 56 61
Binary 1000100 1001011 10110111 111111 111011 0 11100 11101100 101110 110001

Color Harmonies of #444BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BB7

Black with #444BB7

Text Example


Text Example

White with #444BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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