Html Css Color HEX #4858BE Free Speech Blue

📋 copy color: '#4858BE'

red 72 ◦ green 88 ◦ blue 190

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

Shades of Free Speech Blue #4858BE

Tints of Free Speech Blue #4858BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 20.57%
G = 25.14%
B = 54.29%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4858BE (or 0x4858BE) is known color: Free Speech Blue. HEX triplet: 48, 58 and BE. RGB value is (72,88,190). Sum of RGB (Red+Green+Blue) = 72+88+190=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #4858BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858BE is #B7A741. Grayscale: #5E5E5E. Windows color (decimal): -12035906 or 12474440. OLE color: 12474440.

HSL color Cylindrical-coordinate representation of color #4858BE: hue angle of 231.86º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4858BE is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 88 190 -
CMYK 0.62 0.54 0 0.25
HSL 231.86º 0.48% 0.51% -
HSV(B) 231.86º 0.62% 0.75% -
XYZ 15.46 12.07 50.23 -
YUV 94.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 72 88 190 0.62 0.54 0 0.25 231.86 0.48 0.51
Hex 48 58 BE 3E 36 0 19 E8 30 33
Octal 110 130 276 76 66 0 31 350 60 63
Binary 1001000 1011000 10111110 111110 110110 0 11001 11101000 110000 110011

Color Harmonies of #4858BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4858BE

Black with #4858BE

Text Example


Text Example

White with #4858BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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