Html Css Color HEX #4760CE Free Speech Blue

📋 copy color: '#4760CE'

red 71 ◦ green 96 ◦ blue 206

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

Shades of Free Speech Blue #4760CE

Tints of Free Speech Blue #4760CE

RGB

 RED value IS 71 (28.13% from 255) = 19.03%

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 19.03%
G = 25.74%
B = 55.23%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4760CE (or 0x4760CE) is known color: Free Speech Blue. HEX triplet: 47, 60 and CE. RGB value is (71,96,206). Sum of RGB (Red+Green+Blue) = 71+96+206=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #4760CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760CE is #B89F31. Grayscale: #646464. Windows color (decimal): -12099378 or 13525063. OLE color: 13525063.

HSL color Cylindrical-coordinate representation of color #4760CE: hue angle of 228.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4760CE is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 96 206 -
CMYK 0.66 0.53 0 0.19
HSL 228.89º 0.58% 0.54% -
HSV(B) 228.89º 0.66% 0.81% -
XYZ 17.92 14.16 60.18 -
YUV 101.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 71 96 206 0.66 0.53 0 0.19 228.89 0.58 0.54
Hex 47 60 CE 42 35 0 13 E5 3A 36
Octal 107 140 316 102 65 0 23 345 72 66
Binary 1000111 1100000 11001110 1000010 110101 0 10011 11100101 111010 110110

Color Harmonies of #4760CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4760CE

Black with #4760CE

Text Example


Text Example

White with #4760CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4760CE; }

 p { color: rgb(71,96,206); }

 H1.HeaderClassName
 {
   color: #4760CE;
 }
 .AnyTagClassName
 {
   color: #4760CE;
 }
</style>

background-color css

<style>
 a { background-color: #4760CE; }

 a { background-color: rgb(71,96,206); }

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

border-color css

<style>
 span { border-color: #4760CE; }

 span { border-color: rgb(71,96,206); }

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