Html Css Color HEX #496CED Royal Blue

📋 copy color: '#496CED'

red 73 ◦ green 108 ◦ blue 237

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

Shades of Royal Blue #496CED

Tints of Royal Blue #496CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

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

R = 17.46%
G = 25.84%
B = 56.7%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#496CED (or 0x496CED) is known color: Royal Blue. HEX triplet: 49, 6C and ED. RGB value is (73,108,237). Sum of RGB (Red+Green+Blue) = 73+108+237=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #496CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496CED is #B69312. Grayscale: #6F6F6F. Windows color (decimal): -11965203 or 15559753. OLE color: 15559753.

HSL color Cylindrical-coordinate representation of color #496CED: hue angle of 227.2º 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 #496CED is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 108 237 -
CMYK 0.69 0.54 0 0.07
HSL 227.2º 0.82% 0.61% -
HSV(B) 227.2º 0.69% 0.93% -
XYZ 23.4 18.26 82.41 -
YUV 112.24 198.4 100.01 -
System Red Green Blue C M Y K H S L
Decimal 73 108 237 0.69 0.54 0 0.07 227.2 0.82 0.61
Hex 49 6C ED 45 36 0 7 E3 52 3D
Octal 111 154 355 105 66 0 7 343 122 75
Binary 1001001 1101100 11101101 1000101 110110 0 111 11100011 1010010 111101

Color Harmonies of #496CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CED

Black with #496CED

Text Example


Text Example

White with #496CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496CED; }

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

 H1.HeaderClassName
 {
   color: #496CED;
 }
 .AnyTagClassName
 {
   color: #496CED;
 }
</style>

background-color css

<style>
 a { background-color: #496CED; }

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

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

border-color css

<style>
 span { border-color: #496CED; }

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

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