Html Css Color HEX #4C52DE Free Speech Blue

📋 copy color: '#4C52DE'

red 76 ◦ green 82 ◦ blue 222

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

Shades of Free Speech Blue #4C52DE

Tints of Free Speech Blue #4C52DE

RGB

 RED value IS 76 (30.08% from 255) = 20%

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 20%
G = 21.58%
B = 58.42%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C52DE (or 0x4C52DE) is known color: Free Speech Blue. HEX triplet: 4C, 52 and DE. RGB value is (76,82,222). Sum of RGB (Red+Green+Blue) = 76+82+222=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C52DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52DE is #B3AD21. Grayscale: #5F5F5F. Windows color (decimal): -11775266 or 14570060. OLE color: 14570060.

HSL color Cylindrical-coordinate representation of color #4C52DE: hue angle of 237.53º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C52DE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 82 222 -
CMYK 0.66 0.63 0 0.13
HSL 237.53º 0.69% 0.58% -
HSV(B) 237.53º 0.66% 0.87% -
XYZ 19.18 12.85 70.58 -
YUV 96.17 199.01 113.62 -
System Red Green Blue C M Y K H S L
Decimal 76 82 222 0.66 0.63 0 0.13 237.53 0.69 0.58
Hex 4C 52 DE 42 3F 0 D EE 45 3A
Octal 114 122 336 102 77 0 15 356 105 72
Binary 1001100 1010010 11011110 1000010 111111 0 1101 11101110 1000101 111010

Color Harmonies of #4C52DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C52DE

Black with #4C52DE

Text Example


Text Example

White with #4C52DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C52DE; }

 p { color: rgb(76,82,222); }

 H1.HeaderClassName
 {
   color: #4C52DE;
 }
 .AnyTagClassName
 {
   color: #4C52DE;
 }
</style>

background-color css

<style>
 a { background-color: #4C52DE; }

 a { background-color: rgb(76,82,222); }

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

border-color css

<style>
 span { border-color: #4C52DE; }

 span { border-color: rgb(76,82,222); }

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