Html Css Color HEX #444BDA Free Speech Blue

📋 copy color: '#444BDA'

red 68 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #444BDA

Tints of Free Speech Blue #444BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

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

R = 18.84%
G = 20.78%
B = 60.39%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#444BDA (or 0x444BDA) is known color: Free Speech Blue. HEX triplet: 44, 4B and DA. RGB value is (68,75,218). Sum of RGB (Red+Green+Blue) = 68+75+218=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #444BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444BDA is #BBB425. Grayscale: #585858. Windows color (decimal): -12301350 or 14306116. OLE color: 14306116.

HSL color Cylindrical-coordinate representation of color #444BDA: hue angle of 237.2º 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 #444BDA is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 68 75 218 -
CMYK 0.69 0.66 0 0.15
HSL 237.2º 0.67% 0.56% -
HSV(B) 237.2º 0.69% 0.85% -
XYZ 17.55 11.32 67.59 -
YUV 89.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 68 75 218 0.69 0.66 0 0.15 237.2 0.67 0.56
Hex 44 4B DA 45 42 0 F ED 43 38
Octal 104 113 332 105 102 0 17 355 103 70
Binary 1000100 1001011 11011010 1000101 1000010 0 1111 11101101 1000011 111000

Color Harmonies of #444BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444BDA

Black with #444BDA

Text Example


Text Example

White with #444BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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