Html Css Color HEX #4174D6 Royal Blue

📋 copy color: '#4174D6'

red 65 ◦ green 116 ◦ blue 214

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

Shades of Royal Blue #4174D6

Tints of Royal Blue #4174D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.18%

R = 16.46%
G = 29.37%
B = 54.18%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4174D6 (or 0x4174D6) is known color: Royal Blue. HEX triplet: 41, 74 and D6. RGB value is (65,116,214). Sum of RGB (Red+Green+Blue) = 65+116+214=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #4174D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174D6 is #BE8B29. Grayscale: #6F6F6F. Windows color (decimal): -12487466 or 14054465. OLE color: 14054465.

HSL color Cylindrical-coordinate representation of color #4174D6: hue angle of 219.46º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4174D6 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 116 214 -
CMYK 0.70 0.46 0 0.16
HSL 219.46º 0.65% 0.55% -
HSV(B) 219.46º 0.7% 0.84% -
XYZ 20.56 18.47 66.1 -
YUV 111.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 65 116 214 0.70 0.46 0 0.16 219.46 0.65 0.55
Hex 41 74 D6 46 2E 0 10 DB 41 37
Octal 101 164 326 106 56 0 20 333 101 67
Binary 1000001 1110100 11010110 1000110 101110 0 10000 11011011 1000001 110111

Color Harmonies of #4174D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174D6

Black with #4174D6

Text Example


Text Example

White with #4174D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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