Html Css Color HEX #4655DD Royal Blue

📋 copy color: '#4655DD'

red 70 ◦ green 85 ◦ blue 221

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

Shades of Royal Blue #4655DD

Tints of Royal Blue #4655DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

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

R = 18.62%
G = 22.61%
B = 58.78%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4655DD (or 0x4655DD) is known color: Royal Blue. HEX triplet: 46, 55 and DD. RGB value is (70,85,221). Sum of RGB (Red+Green+Blue) = 70+85+221=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4655DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655DD is #B9AA22. Grayscale: #5F5F5F. Windows color (decimal): -12167715 or 14505286. OLE color: 14505286.

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

Color convert

RGB 70 85 221 -
CMYK 0.68 0.62 0 0.13
HSL 234.04º 0.69% 0.57% -
HSV(B) 234.04º 0.68% 0.87% -
XYZ 18.83 13.02 69.93 -
YUV 96.02 198.53 109.44 -
System Red Green Blue C M Y K H S L
Decimal 70 85 221 0.68 0.62 0 0.13 234.04 0.69 0.57
Hex 46 55 DD 44 3E 0 D EA 45 39
Octal 106 125 335 104 76 0 15 352 105 71
Binary 1000110 1010101 11011101 1000100 111110 0 1101 11101010 1000101 111001

Color Harmonies of #4655DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4655DD

Black with #4655DD

Text Example


Text Example

White with #4655DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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