Html Css Color HEX #4E42CA Free Speech Blue

📋 copy color: '#4E42CA'

red 78 ◦ green 66 ◦ blue 202

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

Shades of Free Speech Blue #4E42CA

Tints of Free Speech Blue #4E42CA

RGB

 RED value IS 78 (30.86% from 255) = 22.54%

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

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

R = 22.54%
G = 19.08%
B = 58.38%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E42CA (or 0x4E42CA) is known color: Free Speech Blue. HEX triplet: 4E, 42 and CA. RGB value is (78,66,202). Sum of RGB (Red+Green+Blue) = 78+66+202=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E42CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42CA is #B1BD35. Grayscale: #545454. Windows color (decimal): -11648310 or 13255246. OLE color: 13255246.

HSL color Cylindrical-coordinate representation of color #4E42CA: hue angle of 245.29º 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 #4E42CA is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 66 202 -
CMYK 0.61 0.67 0 0.21
HSL 245.29º 0.56% 0.53% -
HSV(B) 245.29º 0.67% 0.79% -
XYZ 15.75 9.78 56.93 -
YUV 85.09 193.98 122.94 -
System Red Green Blue C M Y K H S L
Decimal 78 66 202 0.61 0.67 0 0.21 245.29 0.56 0.53
Hex 4E 42 CA 3D 43 0 15 F5 38 35
Octal 116 102 312 75 103 0 25 365 70 65
Binary 1001110 1000010 11001010 111101 1000011 0 10101 11110101 111000 110101

Color Harmonies of #4E42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42CA

Black with #4E42CA

Text Example


Text Example

White with #4E42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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