Html Css Color HEX #4A5ABC Free Speech Blue

📋 copy color: '#4A5ABC'

red 74 ◦ green 90 ◦ blue 188

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

Shades of Free Speech Blue #4A5ABC

Tints of Free Speech Blue #4A5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 21.02%
G = 25.57%
B = 53.41%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A5ABC (or 0x4A5ABC) is known color: Free Speech Blue. HEX triplet: 4A, 5A and BC. RGB value is (74,90,188). Sum of RGB (Red+Green+Blue) = 74+90+188=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ABC is #B5A543. Grayscale: #5F5F5F. Windows color (decimal): -11904324 or 12343882. OLE color: 12343882.

HSL color Cylindrical-coordinate representation of color #4A5ABC: hue angle of 231.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A5ABC is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 90 188 -
CMYK 0.61 0.52 0 0.26
HSL 231.58º 0.46% 0.51% -
HSV(B) 231.58º 0.61% 0.74% -
XYZ 15.56 12.4 49.15 -
YUV 96.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 74 90 188 0.61 0.52 0 0.26 231.58 0.46 0.51
Hex 4A 5A BC 3D 34 0 1A E8 2E 33
Octal 112 132 274 75 64 0 32 350 56 63
Binary 1001010 1011010 10111100 111101 110100 0 11010 11101000 101110 110011

Color Harmonies of #4A5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5ABC

Black with #4A5ABC

Text Example


Text Example

White with #4A5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,90,188); }

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

background-color css

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

 a { background-color: rgb(74,90,188); }

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

border-color css

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

 span { border-color: rgb(74,90,188); }

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