Html Css Color HEX #4664DD Royal Blue

📋 copy color: '#4664DD'

red 70 ◦ green 100 ◦ blue 221

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

Shades of Royal Blue #4664DD

Tints of Royal Blue #4664DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 17.9%
G = 25.58%
B = 56.52%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4664DD (or 0x4664DD) is known color: Royal Blue. HEX triplet: 46, 64 and DD. RGB value is (70,100,221). Sum of RGB (Red+Green+Blue) = 70+100+221=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #4664DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4664DD is #B99B22. Grayscale: #686868. Windows color (decimal): -12163875 or 14509126. OLE color: 14509126.

HSL color Cylindrical-coordinate representation of color #4664DD: hue angle of 228.08º 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 #4664DD is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 100 221 -
CMYK 0.68 0.55 0 0.13
HSL 228.08º 0.69% 0.57% -
HSV(B) 228.08º 0.68% 0.87% -
XYZ 20.13 15.64 70.36 -
YUV 104.82 193.56 103.16 -
System Red Green Blue C M Y K H S L
Decimal 70 100 221 0.68 0.55 0 0.13 228.08 0.69 0.57
Hex 46 64 DD 44 37 0 D E4 45 39
Octal 106 144 335 104 67 0 15 344 105 71
Binary 1000110 1100100 11011101 1000100 110111 0 1101 11100100 1000101 111001

Color Harmonies of #4664DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4664DD

Black with #4664DD

Text Example


Text Example

White with #4664DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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