Html Css Color HEX #4861CF Free Speech Blue

📋 copy color: '#4861CF'

red 72 ◦ green 97 ◦ blue 207

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

Shades of Free Speech Blue #4861CF

Tints of Free Speech Blue #4861CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 19.15%
G = 25.8%
B = 55.05%

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

#4861CF (or 0x4861CF) is known color: Free Speech Blue. HEX triplet: 48, 61 and CF. RGB value is (72,97,207). Sum of RGB (Red+Green+Blue) = 72+97+207=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #4861CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861CF is #B79E30. Grayscale: #656565. Windows color (decimal): -12033585 or 13590856. OLE color: 13590856.

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

Color convert

RGB 72 97 207 -
CMYK 0.65 0.53 0 0.19
HSL 228.89º 0.58% 0.55% -
HSV(B) 228.89º 0.65% 0.81% -
XYZ 18.21 14.43 60.86 -
YUV 102.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 72 97 207 0.65 0.53 0 0.19 228.89 0.58 0.55
Hex 48 61 CF 41 35 0 13 E5 3A 37
Octal 110 141 317 101 65 0 23 345 72 67
Binary 1001000 1100001 11001111 1000001 110101 0 10011 11100101 111010 110111

Color Harmonies of #4861CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861CF

Black with #4861CF

Text Example


Text Example

White with #4861CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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