Html Css Color HEX #4858CE Free Speech Blue

📋 copy color: '#4858CE'

red 72 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #4858CE

Tints of Free Speech Blue #4858CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.04%

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

R = 19.67%
G = 24.04%
B = 56.28%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4858CE (or 0x4858CE) is known color: Free Speech Blue. HEX triplet: 48, 58 and CE. RGB value is (72,88,206). Sum of RGB (Red+Green+Blue) = 72+88+206=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #4858CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858CE is #B7A731. Grayscale: #606060. Windows color (decimal): -12035890 or 13523016. OLE color: 13523016.

HSL color Cylindrical-coordinate representation of color #4858CE: hue angle of 232.84º 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 #4858CE is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 88 206 -
CMYK 0.65 0.57 0 0.19
HSL 232.84º 0.58% 0.55% -
HSV(B) 232.84º 0.65% 0.81% -
XYZ 17.3 12.81 59.95 -
YUV 96.67 189.7 110.41 -
System Red Green Blue C M Y K H S L
Decimal 72 88 206 0.65 0.57 0 0.19 232.84 0.58 0.55
Hex 48 58 CE 41 39 0 13 E9 3A 37
Octal 110 130 316 101 71 0 23 351 72 67
Binary 1001000 1011000 11001110 1000001 111001 0 10011 11101001 111010 110111

Color Harmonies of #4858CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4858CE

Black with #4858CE

Text Example


Text Example

White with #4858CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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