Html Css Color HEX #4A6CBE Free Speech Blue

📋 copy color: '#4A6CBE'

red 74 ◦ green 108 ◦ blue 190

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

Shades of Free Speech Blue #4A6CBE

Tints of Free Speech Blue #4A6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

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

R = 19.89%
G = 29.03%
B = 51.08%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A6CBE (or 0x4A6CBE) is known color: Free Speech Blue. HEX triplet: 4A, 6C and BE. RGB value is (74,108,190). Sum of RGB (Red+Green+Blue) = 74+108+190=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A6CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6CBE is #B59341. Grayscale: #6A6A6A. Windows color (decimal): -11899714 or 12479562. OLE color: 12479562.

HSL color Cylindrical-coordinate representation of color #4A6CBE: hue angle of 222.41º 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 #4A6CBE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 108 190 -
CMYK 0.61 0.43 0 0.25
HSL 222.41º 0.47% 0.52% -
HSV(B) 222.41º 0.61% 0.75% -
XYZ 17.48 15.9 50.86 -
YUV 107.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 74 108 190 0.61 0.43 0 0.25 222.41 0.47 0.52
Hex 4A 6C BE 3D 2B 0 19 DE 2F 34
Octal 112 154 276 75 53 0 31 336 57 64
Binary 1001010 1101100 10111110 111101 101011 0 11001 11011110 101111 110100

Color Harmonies of #4A6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6CBE

Black with #4A6CBE

Text Example


Text Example

White with #4A6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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