Html Css Color HEX #495CC8 Free Speech Blue

📋 copy color: '#495CC8'

red 73 ◦ green 92 ◦ blue 200

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

Shades of Free Speech Blue #495CC8

Tints of Free Speech Blue #495CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.21%

 BLUE value IS 200 (78.52% from 255) = 54.79%

R = 20%
G = 25.21%
B = 54.79%

CMYK

 C value IS 0.64

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#495CC8 (or 0x495CC8) is known color: Free Speech Blue. HEX triplet: 49, 5C and C8. RGB value is (73,92,200). Sum of RGB (Red+Green+Blue) = 73+92+200=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #495CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CC8 is #B6A337. Grayscale: #626262. Windows color (decimal): -11969336 or 13130825. OLE color: 13130825.

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

Color convert

RGB 73 92 200 -
CMYK 0.64 0.54 0 0.22
HSL 231.02º 0.54% 0.54% -
HSV(B) 231.02º 0.64% 0.78% -
XYZ 17 13.24 56.3 -
YUV 98.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 73 92 200 0.64 0.54 0 0.22 231.02 0.54 0.54
Hex 49 5C C8 40 36 0 16 E7 36 36
Octal 111 134 310 100 66 0 26 347 66 66
Binary 1001001 1011100 11001000 1000000 110110 0 10110 11100111 110110 110110

Color Harmonies of #495CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CC8

Black with #495CC8

Text Example


Text Example

White with #495CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,200); }

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

background-color css

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

 a { background-color: rgb(73,92,200); }

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

border-color css

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

 span { border-color: rgb(73,92,200); }

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