Html Css Color HEX #4672DD Royal Blue

📋 copy color: '#4672DD'

red 70 ◦ green 114 ◦ blue 221

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

Shades of Royal Blue #4672DD

Tints of Royal Blue #4672DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 17.28%
G = 28.15%
B = 54.57%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4672DD (or 0x4672DD) is known color: Royal Blue. HEX triplet: 46, 72 and DD. RGB value is (70,114,221). Sum of RGB (Red+Green+Blue) = 70+114+221=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #4672DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4672DD is #B98D22. Grayscale: #707070. Windows color (decimal): -12160291 or 14512710. OLE color: 14512710.

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

Color convert

RGB 70 114 221 -
CMYK 0.68 0.48 0 0.13
HSL 222.52º 0.69% 0.57% -
HSV(B) 222.52º 0.68% 0.87% -
XYZ 21.59 18.56 70.85 -
YUV 113.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 70 114 221 0.68 0.48 0 0.13 222.52 0.69 0.57
Hex 46 72 DD 44 30 0 D DF 45 39
Octal 106 162 335 104 60 0 15 337 105 71
Binary 1000110 1110010 11011101 1000100 110000 0 1101 11011111 1000101 111001

Color Harmonies of #4672DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672DD

Black with #4672DD

Text Example


Text Example

White with #4672DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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