Html Css Color HEX #4A60BE Free Speech Blue

📋 copy color: '#4A60BE'

red 74 ◦ green 96 ◦ blue 190

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

Shades of Free Speech Blue #4A60BE

Tints of Free Speech Blue #4A60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 20.56%
G = 26.67%
B = 52.78%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A60BE (or 0x4A60BE) is known color: Free Speech Blue. HEX triplet: 4A, 60 and BE. RGB value is (74,96,190). Sum of RGB (Red+Green+Blue) = 74+96+190=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A60BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A60BE is #B59F41. Grayscale: #636363. Windows color (decimal): -11902786 or 12476490. OLE color: 12476490.

HSL color Cylindrical-coordinate representation of color #4A60BE: hue angle of 228.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A60BE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 96 190 -
CMYK 0.61 0.49 0 0.25
HSL 228.62º 0.47% 0.52% -
HSV(B) 228.62º 0.61% 0.75% -
XYZ 16.3 13.54 50.47 -
YUV 100.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 74 96 190 0.61 0.49 0 0.25 228.62 0.47 0.52
Hex 4A 60 BE 3D 31 0 19 E5 2F 34
Octal 112 140 276 75 61 0 31 345 57 64
Binary 1001010 1100000 10111110 111101 110001 0 11001 11100101 101111 110100

Color Harmonies of #4A60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A60BE

Black with #4A60BE

Text Example


Text Example

White with #4A60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,190); }

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

background-color css

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

 a { background-color: rgb(74,96,190); }

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

border-color css

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

 span { border-color: rgb(74,96,190); }

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