Html Css Color HEX #4952CE Free Speech Blue

📋 copy color: '#4952CE'

red 73 ◦ green 82 ◦ blue 206

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

Shades of Free Speech Blue #4952CE

Tints of Free Speech Blue #4952CE

RGB

 RED value IS 73 (28.91% from 255) = 20.22%

 GREEN value IS 82 (32.42% from 255) = 22.71%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 20.22%
G = 22.71%
B = 57.06%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4952CE (or 0x4952CE) is known color: Free Speech Blue. HEX triplet: 49, 52 and CE. RGB value is (73,82,206). Sum of RGB (Red+Green+Blue) = 73+82+206=361 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.22% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #4952CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4952CE is #B6AD31. Grayscale: #5C5C5C. Windows color (decimal): -11971890 or 13521481. OLE color: 13521481.

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

Color convert

RGB 73 82 206 -
CMYK 0.65 0.60 0 0.19
HSL 235.94º 0.58% 0.55% -
HSV(B) 235.94º 0.65% 0.81% -
XYZ 16.91 11.91 59.8 -
YUV 93.45 191.52 113.42 -
System Red Green Blue C M Y K H S L
Decimal 73 82 206 0.65 0.60 0 0.19 235.94 0.58 0.55
Hex 49 52 CE 41 3C 0 13 EC 3A 37
Octal 111 122 316 101 74 0 23 354 72 67
Binary 1001001 1010010 11001110 1000001 111100 0 10011 11101100 111010 110111

Color Harmonies of #4952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4952CE

Black with #4952CE

Text Example


Text Example

White with #4952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4952CE; }

 p { color: rgb(73,82,206); }

 H1.HeaderClassName
 {
   color: #4952CE;
 }
 .AnyTagClassName
 {
   color: #4952CE;
 }
</style>

background-color css

<style>
 a { background-color: #4952CE; }

 a { background-color: rgb(73,82,206); }

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

border-color css

<style>
 span { border-color: #4952CE; }

 span { border-color: rgb(73,82,206); }

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