Html Css Color HEX #4674DF Royal Blue

📋 copy color: '#4674DF'

red 70 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #4674DF

Tints of Royal Blue #4674DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 17.11%
G = 28.36%
B = 54.52%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4674DF (or 0x4674DF) is known color: Royal Blue. HEX triplet: 46, 74 and DF. RGB value is (70,116,223). Sum of RGB (Red+Green+Blue) = 70+116+223=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #4674DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674DF is #B98B20. Grayscale: #717171. Windows color (decimal): -12159777 or 14644294. OLE color: 14644294.

HSL color Cylindrical-coordinate representation of color #4674DF: hue angle of 221.96º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4674DF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 116 223 -
CMYK 0.69 0.48 0 0.13
HSL 221.96º 0.71% 0.57% -
HSV(B) 221.96º 0.69% 0.87% -
XYZ 22.09 19.12 72.34 -
YUV 114.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 70 116 223 0.69 0.48 0 0.13 221.96 0.71 0.57
Hex 46 74 DF 45 30 0 D DE 47 39
Octal 106 164 337 105 60 0 15 336 107 71
Binary 1000110 1110100 11011111 1000101 110000 0 1101 11011110 1000111 111001

Color Harmonies of #4674DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4674DF

Black with #4674DF

Text Example


Text Example

White with #4674DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4674DF; }

 p { color: rgb(70,116,223); }

 H1.HeaderClassName
 {
   color: #4674DF;
 }
 .AnyTagClassName
 {
   color: #4674DF;
 }
</style>

background-color css

<style>
 a { background-color: #4674DF; }

 a { background-color: rgb(70,116,223); }

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

border-color css

<style>
 span { border-color: #4674DF; }

 span { border-color: rgb(70,116,223); }

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