Html Css Color HEX #4148CE Free Speech Blue

📋 copy color: '#4148CE'

red 65 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Blue #4148CE

Tints of Free Speech Blue #4148CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 18.95%
G = 20.99%
B = 60.06%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4148CE (or 0x4148CE) is known color: Free Speech Blue. HEX triplet: 41, 48 and CE. RGB value is (65,72,206). Sum of RGB (Red+Green+Blue) = 65+72+206=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #4148CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148CE is #BEB731. Grayscale: #545454. Windows color (decimal): -12498738 or 13518913. OLE color: 13518913.

HSL color Cylindrical-coordinate representation of color #4148CE: hue angle of 237.02º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4148CE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 72 206 -
CMYK 0.68 0.65 0 0.19
HSL 237.02º 0.59% 0.53% -
HSV(B) 237.02º 0.68% 0.81% -
XYZ 15.64 10.21 59.54 -
YUV 85.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 65 72 206 0.68 0.65 0 0.19 237.02 0.59 0.53
Hex 41 48 CE 44 41 0 13 ED 3B 35
Octal 101 110 316 104 101 0 23 355 73 65
Binary 1000001 1001000 11001110 1000100 1000001 0 10011 11101101 111011 110101

Color Harmonies of #4148CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4148CE

Black with #4148CE

Text Example


Text Example

White with #4148CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4148CE; }

 p { color: rgb(65,72,206); }

 H1.HeaderClassName
 {
   color: #4148CE;
 }
 .AnyTagClassName
 {
   color: #4148CE;
 }
</style>

background-color css

<style>
 a { background-color: #4148CE; }

 a { background-color: rgb(65,72,206); }

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

border-color css

<style>
 span { border-color: #4148CE; }

 span { border-color: rgb(65,72,206); }

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