Html Css Color HEX #4A58CE Free Speech Blue

📋 copy color: '#4A58CE'

red 74 ◦ green 88 ◦ blue 206

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

Shades of Free Speech Blue #4A58CE

Tints of Free Speech Blue #4A58CE

RGB

 RED value IS 74 (29.3% from 255) = 20.11%

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

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 20.11%
G = 23.91%
B = 55.98%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A58CE (or 0x4A58CE) is known color: Free Speech Blue. HEX triplet: 4A, 58 and CE. RGB value is (74,88,206). Sum of RGB (Red+Green+Blue) = 74+88+206=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A58CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58CE is #B5A731. Grayscale: #606060. Windows color (decimal): -11904818 or 13523018. OLE color: 13523018.

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

Color convert

RGB 74 88 206 -
CMYK 0.64 0.57 0 0.19
HSL 233.64º 0.57% 0.55% -
HSV(B) 233.64º 0.64% 0.81% -
XYZ 17.45 12.89 59.96 -
YUV 97.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 74 88 206 0.64 0.57 0 0.19 233.64 0.57 0.55
Hex 4A 58 CE 40 39 0 13 EA 39 37
Octal 112 130 316 100 71 0 23 352 71 67
Binary 1001010 1011000 11001110 1000000 111001 0 10011 11101010 111001 110111

Color Harmonies of #4A58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A58CE

Black with #4A58CE

Text Example


Text Example

White with #4A58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,206); }

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

background-color css

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

 a { background-color: rgb(74,88,206); }

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

border-color css

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

 span { border-color: rgb(74,88,206); }

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