Html Css Color HEX #495DB3 Free Speech Blue

📋 copy color: '#495DB3'

red 73 ◦ green 93 ◦ blue 179

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

Shades of Free Speech Blue #495DB3

Tints of Free Speech Blue #495DB3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.96%

 BLUE value IS 179 (70.31% from 255) = 51.88%

R = 21.16%
G = 26.96%
B = 51.88%

CMYK

 C value IS 0.59

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#495DB3 (or 0x495DB3) is known color: Free Speech Blue. HEX triplet: 49, 5D and B3. RGB value is (73,93,179). Sum of RGB (Red+Green+Blue) = 73+93+179=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #495DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495DB3 is #B6A24C. Grayscale: #606060. Windows color (decimal): -11969101 or 11754825. OLE color: 11754825.

HSL color Cylindrical-coordinate representation of color #495DB3: hue angle of 228.68º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495DB3 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 93 179 -
CMYK 0.59 0.48 0 0.30
HSL 228.68º 0.42% 0.49% -
HSV(B) 228.68º 0.59% 0.7% -
XYZ 14.8 12.5 44.28 -
YUV 96.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 73 93 179 0.59 0.48 0 0.30 228.68 0.42 0.49
Hex 49 5D B3 3B 30 0 1E E5 2A 31
Octal 111 135 263 73 60 0 36 345 52 61
Binary 1001001 1011101 10110011 111011 110000 0 11110 11100101 101010 110001

Color Harmonies of #495DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DB3

Black with #495DB3

Text Example


Text Example

White with #495DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,179); }

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

background-color css

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

 a { background-color: rgb(73,93,179); }

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

border-color css

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

 span { border-color: rgb(73,93,179); }

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