Html Css Color HEX #4665DD Royal Blue

📋 copy color: '#4665DD'

red 70 ◦ green 101 ◦ blue 221

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

Shades of Royal Blue #4665DD

Tints of Royal Blue #4665DD

RGB

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

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

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

R = 17.86%
G = 25.77%
B = 56.38%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4665DD (or 0x4665DD) is known color: Royal Blue. HEX triplet: 46, 65 and DD. RGB value is (70,101,221). Sum of RGB (Red+Green+Blue) = 70+101+221=392 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.86% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #4665DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665DD is #B99A22. Grayscale: #686868. Windows color (decimal): -12163619 or 14509382. OLE color: 14509382.

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

Color convert

RGB 70 101 221 -
CMYK 0.68 0.54 0 0.13
HSL 227.68º 0.69% 0.57% -
HSV(B) 227.68º 0.68% 0.87% -
XYZ 20.23 15.83 70.4 -
YUV 105.41 193.23 102.74 -
System Red Green Blue C M Y K H S L
Decimal 70 101 221 0.68 0.54 0 0.13 227.68 0.69 0.57
Hex 46 65 DD 44 36 0 D E4 45 39
Octal 106 145 335 104 66 0 15 344 105 71
Binary 1000110 1100101 11011101 1000100 110110 0 1101 11100100 1000101 111001

Color Harmonies of #4665DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4665DD

Black with #4665DD

Text Example


Text Example

White with #4665DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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