Html Css Color HEX #4149DF Free Speech Blue

📋 copy color: '#4149DF'

red 65 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Blue #4149DF

Tints of Free Speech Blue #4149DF

RGB

 RED value IS 65 (25.78% from 255) = 18.01%

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 223 (87.5% from 255) = 61.77%

R = 18.01%
G = 20.22%
B = 61.77%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4149DF (or 0x4149DF) is known color: Free Speech Blue. HEX triplet: 41, 49 and DF. RGB value is (65,73,223). Sum of RGB (Red+Green+Blue) = 65+73+223=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #4149DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4149DF is #BEB620. Grayscale: #575757. Windows color (decimal): -12498465 or 14633281. OLE color: 14633281.

HSL color Cylindrical-coordinate representation of color #4149DF: hue angle of 236.96º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4149DF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 73 223 -
CMYK 0.71 0.67 0 0.13
HSL 236.96º 0.71% 0.56% -
HSV(B) 236.96º 0.71% 0.87% -
XYZ 17.88 11.22 71.03 -
YUV 87.71 204.35 111.8 -
System Red Green Blue C M Y K H S L
Decimal 65 73 223 0.71 0.67 0 0.13 236.96 0.71 0.56
Hex 41 49 DF 47 43 0 D ED 47 38
Octal 101 111 337 107 103 0 15 355 107 70
Binary 1000001 1001001 11011111 1000111 1000011 0 1101 11101101 1000111 111000

Color Harmonies of #4149DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149DF

Black with #4149DF

Text Example


Text Example

White with #4149DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4149DF; }

 p { color: rgb(65,73,223); }

 H1.HeaderClassName
 {
   color: #4149DF;
 }
 .AnyTagClassName
 {
   color: #4149DF;
 }
</style>

background-color css

<style>
 a { background-color: #4149DF; }

 a { background-color: rgb(65,73,223); }

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

border-color css

<style>
 span { border-color: #4149DF; }

 span { border-color: rgb(65,73,223); }

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