Html Css Color HEX #4861CE Free Speech Blue

📋 copy color: '#4861CE'

red 72 ◦ green 97 ◦ blue 206

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

Shades of Free Speech Blue #4861CE

Tints of Free Speech Blue #4861CE

RGB

 RED value IS 72 (28.52% from 255) = 19.2%

 GREEN value IS 97 (38.28% from 255) = 25.87%

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

R = 19.2%
G = 25.87%
B = 54.93%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4861CE (or 0x4861CE) is known color: Free Speech Blue. HEX triplet: 48, 61 and CE. RGB value is (72,97,206). Sum of RGB (Red+Green+Blue) = 72+97+206=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4861CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861CE is #B79E31. Grayscale: #656565. Windows color (decimal): -12033586 or 13525320. OLE color: 13525320.

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

Color convert

RGB 72 97 206 -
CMYK 0.65 0.53 0 0.19
HSL 228.81º 0.58% 0.55% -
HSV(B) 228.81º 0.65% 0.81% -
XYZ 18.09 14.38 60.22 -
YUV 101.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 72 97 206 0.65 0.53 0 0.19 228.81 0.58 0.55
Hex 48 61 CE 41 35 0 13 E5 3A 37
Octal 110 141 316 101 65 0 23 345 72 67
Binary 1001000 1100001 11001110 1000001 110101 0 10011 11100101 111010 110111

Color Harmonies of #4861CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861CE

Black with #4861CE

Text Example


Text Example

White with #4861CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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