Html Css Color HEX #4662DD Royal Blue

📋 copy color: '#4662DD'

red 70 ◦ green 98 ◦ blue 221

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

Shades of Royal Blue #4662DD

Tints of Royal Blue #4662DD

RGB

 RED value IS 70 (27.73% from 255) = 17.99%

 GREEN value IS 98 (38.67% from 255) = 25.19%

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

R = 17.99%
G = 25.19%
B = 56.81%

CMYK

 C value IS 0.68

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4662DD (or 0x4662DD) is known color: Royal Blue. HEX triplet: 46, 62 and DD. RGB value is (70,98,221). Sum of RGB (Red+Green+Blue) = 70+98+221=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #4662DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4662DD is #B99D22. Grayscale: #676767. Windows color (decimal): -12164387 or 14508614. OLE color: 14508614.

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

Color convert

RGB 70 98 221 -
CMYK 0.68 0.56 0 0.13
HSL 228.87º 0.69% 0.57% -
HSV(B) 228.87º 0.68% 0.87% -
XYZ 19.94 15.26 70.3 -
YUV 103.65 194.22 104 -
System Red Green Blue C M Y K H S L
Decimal 70 98 221 0.68 0.56 0 0.13 228.87 0.69 0.57
Hex 46 62 DD 44 38 0 D E5 45 39
Octal 106 142 335 104 70 0 15 345 105 71
Binary 1000110 1100010 11011101 1000100 111000 0 1101 11100101 1000101 111001

Color Harmonies of #4662DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4662DD

Black with #4662DD

Text Example


Text Example

White with #4662DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,98,221); }

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

background-color css

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

 a { background-color: rgb(70,98,221); }

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

border-color css

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

 span { border-color: rgb(70,98,221); }

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