Html Css Color HEX #4C42CA Free Speech Blue

📋 copy color: '#4C42CA'

red 76 ◦ green 66 ◦ blue 202

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

Shades of Free Speech Blue #4C42CA

Tints of Free Speech Blue #4C42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 22.09%
G = 19.19%
B = 58.72%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4C42CA (or 0x4C42CA) is known color: Free Speech Blue. HEX triplet: 4C, 42 and CA. RGB value is (76,66,202). Sum of RGB (Red+Green+Blue) = 76+66+202=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C42CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C42CA is #B3BD35. Grayscale: #535353. Windows color (decimal): -11779382 or 13255244. OLE color: 13255244.

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

Color convert

RGB 76 66 202 -
CMYK 0.62 0.67 0 0.21
HSL 244.41º 0.56% 0.53% -
HSV(B) 244.41º 0.67% 0.79% -
XYZ 15.59 9.7 56.93 -
YUV 84.49 194.31 121.94 -
System Red Green Blue C M Y K H S L
Decimal 76 66 202 0.62 0.67 0 0.21 244.41 0.56 0.53
Hex 4C 42 CA 3E 43 0 15 F4 38 35
Octal 114 102 312 76 103 0 25 364 70 65
Binary 1001100 1000010 11001010 111110 1000011 0 10101 11110100 111000 110101

Color Harmonies of #4C42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C42CA

Black with #4C42CA

Text Example


Text Example

White with #4C42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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