Html Css Color HEX #444FCB Free Speech Blue

📋 copy color: '#444FCB'

red 68 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Blue #444FCB

Tints of Free Speech Blue #444FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

 BLUE value IS 203 (79.69% from 255) = 58%

R = 19.43%
G = 22.57%
B = 58%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#444FCB (or 0x444FCB) is known color: Free Speech Blue. HEX triplet: 44, 4F and CB. RGB value is (68,79,203). Sum of RGB (Red+Green+Blue) = 68+79+203=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #444FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #444FCB is #BBB034. Grayscale: #595959. Windows color (decimal): -12300341 or 13324100. OLE color: 13324100.

HSL color Cylindrical-coordinate representation of color #444FCB: hue angle of 235.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444FCB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 79 203 -
CMYK 0.67 0.61 0 0.20
HSL 235.11º 0.56% 0.53% -
HSV(B) 235.11º 0.67% 0.8% -
XYZ 15.96 11.13 57.81 -
YUV 89.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 68 79 203 0.67 0.61 0 0.20 235.11 0.56 0.53
Hex 44 4F CB 43 3D 0 14 EB 38 35
Octal 104 117 313 103 75 0 24 353 70 65
Binary 1000100 1001111 11001011 1000011 111101 0 10100 11101011 111000 110101

Color Harmonies of #444FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444FCB

Black with #444FCB

Text Example


Text Example

White with #444FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,79,203); }

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

background-color css

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

 a { background-color: rgb(68,79,203); }

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

border-color css

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

 span { border-color: rgb(68,79,203); }

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