Html Css Color HEX #444CDA Free Speech Blue

📋 copy color: '#444CDA'

red 68 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #444CDA

Tints of Free Speech Blue #444CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 18.78%
G = 20.99%
B = 60.22%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#444CDA (or 0x444CDA) is known color: Free Speech Blue. HEX triplet: 44, 4C and DA. RGB value is (68,76,218). Sum of RGB (Red+Green+Blue) = 68+76+218=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #444CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CDA is #BBB325. Grayscale: #595959. Windows color (decimal): -12301094 or 14306372. OLE color: 14306372.

HSL color Cylindrical-coordinate representation of color #444CDA: hue angle of 236.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #444CDA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 76 218 -
CMYK 0.69 0.65 0 0.15
HSL 236.8º 0.67% 0.56% -
HSV(B) 236.8º 0.69% 0.85% -
XYZ 17.62 11.46 67.61 -
YUV 89.8 200.35 112.45 -
System Red Green Blue C M Y K H S L
Decimal 68 76 218 0.69 0.65 0 0.15 236.8 0.67 0.56
Hex 44 4C DA 45 41 0 F ED 43 38
Octal 104 114 332 105 101 0 17 355 103 70
Binary 1000100 1001100 11011010 1000101 1000001 0 1111 11101101 1000011 111000

Color Harmonies of #444CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444CDA

Black with #444CDA

Text Example


Text Example

White with #444CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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