Html Css Color HEX #4A58DA Free Speech Blue

📋 copy color: '#4A58DA'

red 74 ◦ green 88 ◦ blue 218

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

Shades of Free Speech Blue #4A58DA

Tints of Free Speech Blue #4A58DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 19.47%
G = 23.16%
B = 57.37%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A58DA (or 0x4A58DA) is known color: Free Speech Blue. HEX triplet: 4A, 58 and DA. RGB value is (74,88,218). Sum of RGB (Red+Green+Blue) = 74+88+218=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A58DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A58DA is #B5A725. Grayscale: #626262. Windows color (decimal): -11904806 or 14309450. OLE color: 14309450.

HSL color Cylindrical-coordinate representation of color #4A58DA: hue angle of 234.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A58DA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 88 218 -
CMYK 0.66 0.60 0 0.15
HSL 234.17º 0.66% 0.57% -
HSV(B) 234.17º 0.66% 0.85% -
XYZ 18.97 13.5 67.94 -
YUV 98.63 195.36 110.43 -
System Red Green Blue C M Y K H S L
Decimal 74 88 218 0.66 0.60 0 0.15 234.17 0.66 0.57
Hex 4A 58 DA 42 3C 0 F EA 42 39
Octal 112 130 332 102 74 0 17 352 102 71
Binary 1001010 1011000 11011010 1000010 111100 0 1111 11101010 1000010 111001

Color Harmonies of #4A58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A58DA

Black with #4A58DA

Text Example


Text Example

White with #4A58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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