Html Css Color HEX #4148C6 Free Speech Blue

📋 copy color: '#4148C6'

red 65 ◦ green 72 ◦ blue 198

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

Shades of Free Speech Blue #4148C6

Tints of Free Speech Blue #4148C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 59.1%

R = 19.4%
G = 21.49%
B = 59.1%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4148C6 (or 0x4148C6) is known color: Free Speech Blue. HEX triplet: 41, 48 and C6. RGB value is (65,72,198). Sum of RGB (Red+Green+Blue) = 65+72+198=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #4148C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148C6 is #BEB739. Grayscale: #535353. Windows color (decimal): -12498746 or 12994625. OLE color: 12994625.

HSL color Cylindrical-coordinate representation of color #4148C6: hue angle of 236.84º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4148C6 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 72 198 -
CMYK 0.67 0.64 0 0.22
HSL 236.84º 0.54% 0.52% -
HSV(B) 236.84º 0.67% 0.78% -
XYZ 14.69 9.84 54.55 -
YUV 84.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 65 72 198 0.67 0.64 0 0.22 236.84 0.54 0.52
Hex 41 48 C6 43 40 0 16 ED 36 34
Octal 101 110 306 103 100 0 26 355 66 64
Binary 1000001 1001000 11000110 1000011 1000000 0 10110 11101101 110110 110100

Color Harmonies of #4148C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4148C6

Black with #4148C6

Text Example


Text Example

White with #4148C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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