Html Css Color HEX #444ABB Free Speech Blue

📋 copy color: '#444ABB'

red 68 ◦ green 74 ◦ blue 187

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

Shades of Free Speech Blue #444ABB

Tints of Free Speech Blue #444ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 20.67%
G = 22.49%
B = 56.84%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#444ABB (or 0x444ABB) is known color: Free Speech Blue. HEX triplet: 44, 4A and BB. RGB value is (68,74,187). Sum of RGB (Red+Green+Blue) = 68+74+187=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #444ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ABB is #BBB544. Grayscale: #545454. Windows color (decimal): -12301637 or 12274244. OLE color: 12274244.

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

Color convert

RGB 68 74 187 -
CMYK 0.64 0.60 0 0.27
HSL 236.97º 0.47% 0.5% -
HSV(B) 236.97º 0.64% 0.73% -
XYZ 13.8 9.71 48.16 -
YUV 85.09 185.51 115.81 -
System Red Green Blue C M Y K H S L
Decimal 68 74 187 0.64 0.60 0 0.27 236.97 0.47 0.5
Hex 44 4A BB 40 3C 0 1B ED 2F 32
Octal 104 112 273 100 74 0 33 355 57 62
Binary 1000100 1001010 10111011 1000000 111100 0 11011 11101101 101111 110010

Color Harmonies of #444ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ABB

Black with #444ABB

Text Example


Text Example

White with #444ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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