Html Css Color HEX #495BED Royal Blue

📋 copy color: '#495BED'

red 73 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #495BED

Tints of Royal Blue #495BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 18.2%
G = 22.69%
B = 59.1%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#495BED (or 0x495BED) is known color: Royal Blue. HEX triplet: 49, 5B and ED. RGB value is (73,91,237). Sum of RGB (Red+Green+Blue) = 73+91+237=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #495BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BED is #B6A412. Grayscale: #656565. Windows color (decimal): -11969555 or 15555401. OLE color: 15555401.

HSL color Cylindrical-coordinate representation of color #495BED: hue angle of 233.41º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495BED is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 91 237 -
CMYK 0.69 0.62 0 0.07
HSL 233.41º 0.82% 0.61% -
HSV(B) 233.41º 0.69% 0.93% -
XYZ 21.77 15.01 81.87 -
YUV 102.26 204.04 107.13 -
System Red Green Blue C M Y K H S L
Decimal 73 91 237 0.69 0.62 0 0.07 233.41 0.82 0.61
Hex 49 5B ED 45 3E 0 7 E9 52 3D
Octal 111 133 355 105 76 0 7 351 122 75
Binary 1001001 1011011 11101101 1000101 111110 0 111 11101001 1010010 111101

Color Harmonies of #495BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495BED

Black with #495BED

Text Example


Text Example

White with #495BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,91,237); }

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

background-color css

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

 a { background-color: rgb(73,91,237); }

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

border-color css

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

 span { border-color: rgb(73,91,237); }

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