Html Css Color HEX #495CCE Free Speech Blue

📋 copy color: '#495CCE'

red 73 ◦ green 92 ◦ blue 206

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

Shades of Free Speech Blue #495CCE

Tints of Free Speech Blue #495CCE

RGB

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

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

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

R = 19.68%
G = 24.8%
B = 55.53%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#495CCE (or 0x495CCE) is known color: Free Speech Blue. HEX triplet: 49, 5C and CE. RGB value is (73,92,206). Sum of RGB (Red+Green+Blue) = 73+92+206=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #495CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CCE is #B6A331. Grayscale: #626262. Windows color (decimal): -11969330 or 13524041. OLE color: 13524041.

HSL color Cylindrical-coordinate representation of color #495CCE: hue angle of 231.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495CCE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 92 206 -
CMYK 0.65 0.55 0 0.19
HSL 231.43º 0.58% 0.55% -
HSV(B) 231.43º 0.65% 0.81% -
XYZ 17.72 13.53 60.07 -
YUV 99.32 188.21 109.23 -
System Red Green Blue C M Y K H S L
Decimal 73 92 206 0.65 0.55 0 0.19 231.43 0.58 0.55
Hex 49 5C CE 41 37 0 13 E7 3A 37
Octal 111 134 316 101 67 0 23 347 72 67
Binary 1001001 1011100 11001110 1000001 110111 0 10011 11100111 111010 110111

Color Harmonies of #495CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CCE

Black with #495CCE

Text Example


Text Example

White with #495CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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