Html Css Color HEX #4858BC Free Speech Blue

📋 copy color: '#4858BC'

red 72 ◦ green 88 ◦ blue 188

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

Shades of Free Speech Blue #4858BC

Tints of Free Speech Blue #4858BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 20.69%
G = 25.29%
B = 54.02%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4858BC (or 0x4858BC) is known color: Free Speech Blue. HEX triplet: 48, 58 and BC. RGB value is (72,88,188). Sum of RGB (Red+Green+Blue) = 72+88+188=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #4858BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4858BC is #B7A743. Grayscale: #5E5E5E. Windows color (decimal): -12035908 or 12343368. OLE color: 12343368.

HSL color Cylindrical-coordinate representation of color #4858BC: hue angle of 231.72º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4858BC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 88 188 -
CMYK 0.62 0.53 0 0.26
HSL 231.72º 0.46% 0.51% -
HSV(B) 231.72º 0.62% 0.74% -
XYZ 15.24 11.99 49.09 -
YUV 94.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 72 88 188 0.62 0.53 0 0.26 231.72 0.46 0.51
Hex 48 58 BC 3E 35 0 1A E8 2E 33
Octal 110 130 274 76 65 0 32 350 56 63
Binary 1001000 1011000 10111100 111110 110101 0 11010 11101000 101110 110011

Color Harmonies of #4858BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4858BC

Black with #4858BC

Text Example


Text Example

White with #4858BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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