Html Css Color HEX #4861BC Free Speech Blue

📋 copy color: '#4861BC'

red 72 ◦ green 97 ◦ blue 188

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

Shades of Free Speech Blue #4861BC

Tints of Free Speech Blue #4861BC

RGB

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

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

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

R = 20.17%
G = 27.17%
B = 52.66%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4861BC (or 0x4861BC) is known color: Free Speech Blue. HEX triplet: 48, 61 and BC. RGB value is (72,97,188). Sum of RGB (Red+Green+Blue) = 72+97+188=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #4861BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861BC is #B79E43. Grayscale: #636363. Windows color (decimal): -12033604 or 12345672. OLE color: 12345672.

HSL color Cylindrical-coordinate representation of color #4861BC: hue angle of 227.07º 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 #4861BC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 97 188 -
CMYK 0.62 0.48 0 0.26
HSL 227.07º 0.46% 0.51% -
HSV(B) 227.07º 0.62% 0.74% -
XYZ 16.02 13.56 49.35 -
YUV 99.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 72 97 188 0.62 0.48 0 0.26 227.07 0.46 0.51
Hex 48 61 BC 3E 30 0 1A E3 2E 33
Octal 110 141 274 76 60 0 32 343 56 63
Binary 1001000 1100001 10111100 111110 110000 0 11010 11100011 101110 110011

Color Harmonies of #4861BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861BC

Black with #4861BC

Text Example


Text Example

White with #4861BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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