Html Css Color HEX #4965DD Royal Blue

📋 copy color: '#4965DD'

red 73 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #4965DD

Tints of Royal Blue #4965DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 18.48%
G = 25.57%
B = 55.95%

CMYK

 C value IS 0.67

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4965DD (or 0x4965DD) is known color: Royal Blue. HEX triplet: 49, 65 and DD. RGB value is (73,101,221). Sum of RGB (Red+Green+Blue) = 73+101+221=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #4965DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4965DD is #B69A22. Grayscale: #696969. Windows color (decimal): -11967011 or 14509385. OLE color: 14509385.

HSL color Cylindrical-coordinate representation of color #4965DD: hue angle of 228.65º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4965DD is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 101 221 -
CMYK 0.67 0.54 0 0.13
HSL 228.65º 0.69% 0.58% -
HSV(B) 228.65º 0.67% 0.87% -
XYZ 20.45 15.94 70.41 -
YUV 106.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 73 101 221 0.67 0.54 0 0.13 228.65 0.69 0.58
Hex 49 65 DD 43 36 0 D E5 45 3A
Octal 111 145 335 103 66 0 15 345 105 72
Binary 1001001 1100101 11011101 1000011 110110 0 1101 11100101 1000101 111010

Color Harmonies of #4965DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4965DD

Black with #4965DD

Text Example


Text Example

White with #4965DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4965DD; }

 p { color: rgb(73,101,221); }

 H1.HeaderClassName
 {
   color: #4965DD;
 }
 .AnyTagClassName
 {
   color: #4965DD;
 }
</style>

background-color css

<style>
 a { background-color: #4965DD; }

 a { background-color: rgb(73,101,221); }

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

border-color css

<style>
 span { border-color: #4965DD; }

 span { border-color: rgb(73,101,221); }

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