Html Css Color HEX #4174CD Royal Blue

📋 copy color: '#4174CD'

red 65 ◦ green 116 ◦ blue 205

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

Shades of Royal Blue #4174CD

Tints of Royal Blue #4174CD

RGB

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

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

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

R = 16.84%
G = 30.05%
B = 53.11%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4174CD (or 0x4174CD) is known color: Royal Blue. HEX triplet: 41, 74 and CD. RGB value is (65,116,205). Sum of RGB (Red+Green+Blue) = 65+116+205=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #4174CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174CD is #BE8B32. Grayscale: #6E6E6E. Windows color (decimal): -12487475 or 13464641. OLE color: 13464641.

HSL color Cylindrical-coordinate representation of color #4174CD: hue angle of 218.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4174CD is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 116 205 -
CMYK 0.68 0.43 0 0.20
HSL 218.14º 0.58% 0.53% -
HSV(B) 218.14º 0.68% 0.8% -
XYZ 19.44 18.02 60.21 -
YUV 110.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 65 116 205 0.68 0.43 0 0.20 218.14 0.58 0.53
Hex 41 74 CD 44 2B 0 14 DA 3A 35
Octal 101 164 315 104 53 0 24 332 72 65
Binary 1000001 1110100 11001101 1000100 101011 0 10100 11011010 111010 110101

Color Harmonies of #4174CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174CD

Black with #4174CD

Text Example


Text Example

White with #4174CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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