Html Css Color HEX #4C6BBE Free Speech Blue

📋 copy color: '#4C6BBE'

red 76 ◦ green 107 ◦ blue 190

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

Shades of Free Speech Blue #4C6BBE

Tints of Free Speech Blue #4C6BBE

RGB

 RED value IS 76 (30.08% from 255) = 20.38%

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 20.38%
G = 28.69%
B = 50.94%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C6BBE (or 0x4C6BBE) is known color: Free Speech Blue. HEX triplet: 4C, 6B and BE. RGB value is (76,107,190). Sum of RGB (Red+Green+Blue) = 76+107+190=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C6BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6BBE is #B39441. Grayscale: #6A6A6A. Windows color (decimal): -11768898 or 12479308. OLE color: 12479308.

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

Color convert

RGB 76 107 190 -
CMYK 0.60 0.44 0 0.25
HSL 223.68º 0.47% 0.52% -
HSV(B) 223.68º 0.6% 0.75% -
XYZ 17.53 15.77 50.83 -
YUV 107.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 76 107 190 0.60 0.44 0 0.25 223.68 0.47 0.52
Hex 4C 6B BE 3C 2C 0 19 E0 2F 34
Octal 114 153 276 74 54 0 31 340 57 64
Binary 1001100 1101011 10111110 111100 101100 0 11001 11100000 101111 110100

Color Harmonies of #4C6BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6BBE

Black with #4C6BBE

Text Example


Text Example

White with #4C6BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,107,190); }

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

background-color css

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

 a { background-color: rgb(76,107,190); }

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

border-color css

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

 span { border-color: rgb(76,107,190); }

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