Html Css Color HEX #4174CE Royal Blue

📋 copy color: '#4174CE'

red 65 ◦ green 116 ◦ blue 206

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

Shades of Royal Blue #4174CE

Tints of Royal Blue #4174CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 16.8%
G = 29.97%
B = 53.23%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4174CE (or 0x4174CE) is known color: Royal Blue. HEX triplet: 41, 74 and CE. RGB value is (65,116,206). Sum of RGB (Red+Green+Blue) = 65+116+206=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #4174CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174CE is #BE8B31. Grayscale: #6E6E6E. Windows color (decimal): -12487474 or 13530177. OLE color: 13530177.

HSL color Cylindrical-coordinate representation of color #4174CE: hue angle of 218.3º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4174CE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 116 206 -
CMYK 0.68 0.44 0 0.19
HSL 218.3º 0.59% 0.53% -
HSV(B) 218.3º 0.68% 0.81% -
XYZ 19.57 18.07 60.85 -
YUV 111.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 65 116 206 0.68 0.44 0 0.19 218.3 0.59 0.53
Hex 41 74 CE 44 2C 0 13 DA 3B 35
Octal 101 164 316 104 54 0 23 332 73 65
Binary 1000001 1110100 11001110 1000100 101100 0 10011 11011010 111011 110101

Color Harmonies of #4174CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174CE

Black with #4174CE

Text Example


Text Example

White with #4174CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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