Html Css Color HEX #4E58CF Free Speech Blue

📋 copy color: '#4E58CF'

red 78 ◦ green 88 ◦ blue 207

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

Shades of Free Speech Blue #4E58CF

Tints of Free Speech Blue #4E58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 20.91%
G = 23.59%
B = 55.5%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E58CF (or 0x4E58CF) is known color: Free Speech Blue. HEX triplet: 4E, 58 and CF. RGB value is (78,88,207). Sum of RGB (Red+Green+Blue) = 78+88+207=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58CF is #B1A730. Grayscale: #626262. Windows color (decimal): -11642673 or 13588558. OLE color: 13588558.

HSL color Cylindrical-coordinate representation of color #4E58CF: hue angle of 235.35º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E58CF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 88 207 -
CMYK 0.62 0.57 0 0.19
HSL 235.35º 0.57% 0.56% -
HSV(B) 235.35º 0.62% 0.81% -
XYZ 17.89 13.1 60.62 -
YUV 98.58 189.19 113.32 -
System Red Green Blue C M Y K H S L
Decimal 78 88 207 0.62 0.57 0 0.19 235.35 0.57 0.56
Hex 4E 58 CF 3E 39 0 13 EB 39 38
Octal 116 130 317 76 71 0 23 353 71 70
Binary 1001110 1011000 11001111 111110 111001 0 10011 11101011 111001 111000

Color Harmonies of #4E58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E58CF

Black with #4E58CF

Text Example


Text Example

White with #4E58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,88,207); }

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

background-color css

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

 a { background-color: rgb(78,88,207); }

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

border-color css

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

 span { border-color: rgb(78,88,207); }

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