Html Css Color HEX #4C52CA Free Speech Blue

📋 copy color: '#4C52CA'

red 76 ◦ green 82 ◦ blue 202

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

Shades of Free Speech Blue #4C52CA

Tints of Free Speech Blue #4C52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.11%

R = 21.11%
G = 22.78%
B = 56.11%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C52CA (or 0x4C52CA) is known color: Free Speech Blue. HEX triplet: 4C, 52 and CA. RGB value is (76,82,202). Sum of RGB (Red+Green+Blue) = 76+82+202=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C52CA is #B3AD35. Grayscale: #5D5D5D. Windows color (decimal): -11775286 or 13259340. OLE color: 13259340.

HSL color Cylindrical-coordinate representation of color #4C52CA: hue angle of 237.14º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C52CA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 82 202 -
CMYK 0.62 0.59 0 0.21
HSL 237.14º 0.54% 0.55% -
HSV(B) 237.14º 0.62% 0.79% -
XYZ 16.66 11.84 57.28 -
YUV 93.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 76 82 202 0.62 0.59 0 0.21 237.14 0.54 0.55
Hex 4C 52 CA 3E 3B 0 15 ED 36 37
Octal 114 122 312 76 73 0 25 355 66 67
Binary 1001100 1010010 11001010 111110 111011 0 10101 11101101 110110 110111

Color Harmonies of #4C52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C52CA

Black with #4C52CA

Text Example


Text Example

White with #4C52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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