Html Css Color HEX #4675DD Royal Blue

📋 copy color: '#4675DD'

red 70 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #4675DD

Tints of Royal Blue #4675DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

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

R = 17.16%
G = 28.68%
B = 54.17%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4675DD (or 0x4675DD) is known color: Royal Blue. HEX triplet: 46, 75 and DD. RGB value is (70,117,221). Sum of RGB (Red+Green+Blue) = 70+117+221=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #4675DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675DD is #B98A22. Grayscale: #727272. Windows color (decimal): -12159523 or 14513478. OLE color: 14513478.

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

Color convert

RGB 70 117 221 -
CMYK 0.68 0.47 0 0.13
HSL 221.32º 0.69% 0.57% -
HSV(B) 221.32º 0.68% 0.87% -
XYZ 21.94 19.25 70.97 -
YUV 114.8 187.93 96.04 -
System Red Green Blue C M Y K H S L
Decimal 70 117 221 0.68 0.47 0 0.13 221.32 0.69 0.57
Hex 46 75 DD 44 2F 0 D DD 45 39
Octal 106 165 335 104 57 0 15 335 105 71
Binary 1000110 1110101 11011101 1000100 101111 0 1101 11011101 1000101 111001

Color Harmonies of #4675DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4675DD

Black with #4675DD

Text Example


Text Example

White with #4675DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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