Html Css Color HEX #4865C1 Free Speech Blue

📋 copy color: '#4865C1'

red 72 ◦ green 101 ◦ blue 193

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

Shades of Free Speech Blue #4865C1

Tints of Free Speech Blue #4865C1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

 BLUE value IS 193 (75.78% from 255) = 52.73%

R = 19.67%
G = 27.6%
B = 52.73%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4865C1 (or 0x4865C1) is known color: Free Speech Blue. HEX triplet: 48, 65 and C1. RGB value is (72,101,193). Sum of RGB (Red+Green+Blue) = 72+101+193=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #4865C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865C1 is #B79A3E. Grayscale: #666666. Windows color (decimal): -12032575 or 12674376. OLE color: 12674376.

HSL color Cylindrical-coordinate representation of color #4865C1: hue angle of 225.62º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4865C1 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 101 193 -
CMYK 0.63 0.48 0 0.24
HSL 225.62º 0.49% 0.52% -
HSV(B) 225.62º 0.63% 0.76% -
XYZ 16.95 14.54 52.36 -
YUV 102.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 72 101 193 0.63 0.48 0 0.24 225.62 0.49 0.52
Hex 48 65 C1 3F 30 0 18 E2 31 34
Octal 110 145 301 77 60 0 30 342 61 64
Binary 1001000 1100101 11000001 111111 110000 0 11000 11100010 110001 110100

Color Harmonies of #4865C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4865C1

Black with #4865C1

Text Example


Text Example

White with #4865C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4865C1; }

 p { color: rgb(72,101,193); }

 H1.HeaderClassName
 {
   color: #4865C1;
 }
 .AnyTagClassName
 {
   color: #4865C1;
 }
</style>

background-color css

<style>
 a { background-color: #4865C1; }

 a { background-color: rgb(72,101,193); }

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

border-color css

<style>
 span { border-color: #4865C1; }

 span { border-color: rgb(72,101,193); }

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