Html Css Color HEX #4673CD Royal Blue

📋 copy color: '#4673CD'

red 70 ◦ green 115 ◦ blue 205

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

Shades of Royal Blue #4673CD

Tints of Royal Blue #4673CD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 17.95%
G = 29.49%
B = 52.56%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4673CD (or 0x4673CD) is known color: Royal Blue. HEX triplet: 46, 73 and CD. RGB value is (70,115,205). Sum of RGB (Red+Green+Blue) = 70+115+205=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #4673CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4673CD is #B98C32. Grayscale: #6F6F6F. Windows color (decimal): -12160051 or 13464390. OLE color: 13464390.

HSL color Cylindrical-coordinate representation of color #4673CD: hue angle of 220º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4673CD is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 115 205 -
CMYK 0.66 0.44 0 0.20
HSL 220º 0.57% 0.54% -
HSV(B) 220º 0.66% 0.8% -
XYZ 19.68 17.97 60.19 -
YUV 111.81 180.59 98.18 -
System Red Green Blue C M Y K H S L
Decimal 70 115 205 0.66 0.44 0 0.20 220 0.57 0.54
Hex 46 73 CD 42 2C 0 14 DC 39 36
Octal 106 163 315 102 54 0 24 334 71 66
Binary 1000110 1110011 11001101 1000010 101100 0 10100 11011100 111001 110110

Color Harmonies of #4673CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4673CD

Black with #4673CD

Text Example


Text Example

White with #4673CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4673CD; }

 p { color: rgb(70,115,205); }

 H1.HeaderClassName
 {
   color: #4673CD;
 }
 .AnyTagClassName
 {
   color: #4673CD;
 }
</style>

background-color css

<style>
 a { background-color: #4673CD; }

 a { background-color: rgb(70,115,205); }

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

border-color css

<style>
 span { border-color: #4673CD; }

 span { border-color: rgb(70,115,205); }

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