Html Css Color HEX #444ABA Free Speech Blue

📋 copy color: '#444ABA'

red 68 ◦ green 74 ◦ blue 186

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

Shades of Free Speech Blue #444ABA

Tints of Free Speech Blue #444ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

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

R = 20.73%
G = 22.56%
B = 56.71%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#444ABA (or 0x444ABA) is known color: Free Speech Blue. HEX triplet: 44, 4A and BA. RGB value is (68,74,186). Sum of RGB (Red+Green+Blue) = 68+74+186=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #444ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ABA is #BBB545. Grayscale: #545454. Windows color (decimal): -12301638 or 12208708. OLE color: 12208708.

HSL color Cylindrical-coordinate representation of color #444ABA: hue angle of 236.95º 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 #444ABA is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 74 186 -
CMYK 0.63 0.60 0 0.27
HSL 236.95º 0.46% 0.5% -
HSV(B) 236.95º 0.63% 0.73% -
XYZ 13.7 9.67 47.6 -
YUV 84.97 185.01 115.89 -
System Red Green Blue C M Y K H S L
Decimal 68 74 186 0.63 0.60 0 0.27 236.95 0.46 0.5
Hex 44 4A BA 3F 3C 0 1B ED 2E 32
Octal 104 112 272 77 74 0 33 355 56 62
Binary 1000100 1001010 10111010 111111 111100 0 11011 11101101 101110 110010

Color Harmonies of #444ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ABA

Black with #444ABA

Text Example


Text Example

White with #444ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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