Html Css Color HEX #444ABC Free Speech Blue

📋 copy color: '#444ABC'

red 68 ◦ green 74 ◦ blue 188

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

Shades of Free Speech Blue #444ABC

Tints of Free Speech Blue #444ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 20.61%
G = 22.42%
B = 56.97%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#444ABC (or 0x444ABC) is known color: Free Speech Blue. HEX triplet: 44, 4A and BC. RGB value is (68,74,188). Sum of RGB (Red+Green+Blue) = 68+74+188=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #444ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444ABC is #BBB543. Grayscale: #545454. Windows color (decimal): -12301636 or 12339780. OLE color: 12339780.

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

Color convert

RGB 68 74 188 -
CMYK 0.64 0.61 0 0.26
HSL 237º 0.47% 0.5% -
HSV(B) 237º 0.64% 0.74% -
XYZ 13.91 9.76 48.73 -
YUV 85.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 68 74 188 0.64 0.61 0 0.26 237 0.47 0.5
Hex 44 4A BC 40 3D 0 1A ED 2F 32
Octal 104 112 274 100 75 0 32 355 57 62
Binary 1000100 1001010 10111100 1000000 111101 0 11010 11101101 101111 110010

Color Harmonies of #444ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444ABC

Black with #444ABC

Text Example


Text Example

White with #444ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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