Html Css Color HEX #444CBA Free Speech Blue

📋 copy color: '#444CBA'

red 68 ◦ green 76 ◦ blue 186

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

Shades of Free Speech Blue #444CBA

Tints of Free Speech Blue #444CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 20.61%
G = 23.03%
B = 56.36%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#444CBA (or 0x444CBA) is known color: Free Speech Blue. HEX triplet: 44, 4C and BA. RGB value is (68,76,186). Sum of RGB (Red+Green+Blue) = 68+76+186=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #444CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CBA is #BBB345. Grayscale: #555555. Windows color (decimal): -12301126 or 12209220. OLE color: 12209220.

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

Color convert

RGB 68 76 186 -
CMYK 0.63 0.59 0 0.27
HSL 235.93º 0.46% 0.5% -
HSV(B) 235.93º 0.63% 0.73% -
XYZ 13.83 9.94 47.64 -
YUV 86.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 68 76 186 0.63 0.59 0 0.27 235.93 0.46 0.5
Hex 44 4C BA 3F 3B 0 1B EC 2E 32
Octal 104 114 272 77 73 0 33 354 56 62
Binary 1000100 1001100 10111010 111111 111011 0 11011 11101100 101110 110010

Color Harmonies of #444CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CBA

Black with #444CBA

Text Example


Text Example

White with #444CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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