Html Css Color HEX #4174DC Royal Blue

📋 copy color: '#4174DC'

red 65 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #4174DC

Tints of Royal Blue #4174DC

RGB

 RED value IS 65 (25.78% from 255) = 16.21%

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 16.21%
G = 28.93%
B = 54.86%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4174DC (or 0x4174DC) is known color: Royal Blue. HEX triplet: 41, 74 and DC. RGB value is (65,116,220). Sum of RGB (Red+Green+Blue) = 65+116+220=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #4174DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174DC is #BE8B23. Grayscale: #707070. Windows color (decimal): -12487460 or 14447681. OLE color: 14447681.

HSL color Cylindrical-coordinate representation of color #4174DC: hue angle of 220.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4174DC is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 116 220 -
CMYK 0.70 0.47 0 0.14
HSL 220.26º 0.69% 0.56% -
HSV(B) 220.26º 0.7% 0.86% -
XYZ 21.34 18.78 70.21 -
YUV 112.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 65 116 220 0.70 0.47 0 0.14 220.26 0.69 0.56
Hex 41 74 DC 46 2F 0 E DC 45 38
Octal 101 164 334 106 57 0 16 334 105 70
Binary 1000001 1110100 11011100 1000110 101111 0 1110 11011100 1000101 111000

Color Harmonies of #4174DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174DC

Black with #4174DC

Text Example


Text Example

White with #4174DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4174DC; }

 p { color: rgb(65,116,220); }

 H1.HeaderClassName
 {
   color: #4174DC;
 }
 .AnyTagClassName
 {
   color: #4174DC;
 }
</style>

background-color css

<style>
 a { background-color: #4174DC; }

 a { background-color: rgb(65,116,220); }

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

border-color css

<style>
 span { border-color: #4174DC; }

 span { border-color: rgb(65,116,220); }

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