Html Css Color HEX #495CD2 Free Speech Blue

📋 copy color: '#495CD2'

red 73 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Blue #495CD2

Tints of Free Speech Blue #495CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56%

R = 19.47%
G = 24.53%
B = 56%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#495CD2 (or 0x495CD2) is known color: Free Speech Blue. HEX triplet: 49, 5C and D2. RGB value is (73,92,210). Sum of RGB (Red+Green+Blue) = 73+92+210=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #495CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CD2 is #B6A32D. Grayscale: #636363. Windows color (decimal): -11969326 or 13786185. OLE color: 13786185.

HSL color Cylindrical-coordinate representation of color #495CD2: hue angle of 231.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #495CD2 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 92 210 -
CMYK 0.65 0.56 0 0.18
HSL 231.68º 0.6% 0.55% -
HSV(B) 231.68º 0.65% 0.82% -
XYZ 18.21 13.72 62.66 -
YUV 99.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 73 92 210 0.65 0.56 0 0.18 231.68 0.6 0.55
Hex 49 5C D2 41 38 0 12 E8 3C 37
Octal 111 134 322 101 70 0 22 350 74 67
Binary 1001001 1011100 11010010 1000001 111000 0 10010 11101000 111100 110111

Color Harmonies of #495CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CD2

Black with #495CD2

Text Example


Text Example

White with #495CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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