Html Css Color HEX #495ECC Free Speech Blue

📋 copy color: '#495ECC'

red 73 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #495ECC

Tints of Free Speech Blue #495ECC

RGB

 RED value IS 73 (28.91% from 255) = 19.68%

 GREEN value IS 94 (37.11% from 255) = 25.34%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 19.68%
G = 25.34%
B = 54.99%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#495ECC (or 0x495ECC) is known color: Free Speech Blue. HEX triplet: 49, 5E and CC. RGB value is (73,94,204). Sum of RGB (Red+Green+Blue) = 73+94+204=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #495ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ECC is #B6A133. Grayscale: #636363. Windows color (decimal): -11968820 or 13393481. OLE color: 13393481.

HSL color Cylindrical-coordinate representation of color #495ECC: hue angle of 230.38º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #495ECC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 94 204 -
CMYK 0.64 0.54 0 0.2
HSL 230.38º 0.56% 0.54% -
HSV(B) 230.38º 0.64% 0.8% -
XYZ 17.65 13.78 58.86 -
YUV 100.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 73 94 204 0.64 0.54 0 0.2 230.38 0.56 0.54
Hex 49 5E CC 40 36 0 14 E6 38 36
Octal 111 136 314 100 66 0 24 346 70 66
Binary 1001001 1011110 11001100 1000000 110110 0 10100 11100110 111000 110110

Color Harmonies of #495ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ECC

Black with #495ECC

Text Example


Text Example

White with #495ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495ECC; }

 p { color: rgb(73,94,204); }

 H1.HeaderClassName
 {
   color: #495ECC;
 }
 .AnyTagClassName
 {
   color: #495ECC;
 }
</style>

background-color css

<style>
 a { background-color: #495ECC; }

 a { background-color: rgb(73,94,204); }

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

border-color css

<style>
 span { border-color: #495ECC; }

 span { border-color: rgb(73,94,204); }

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