Html Css Color HEX #4174CC Royal Blue

📋 copy color: '#4174CC'

red 65 ◦ green 116 ◦ blue 204

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

Shades of Royal Blue #4174CC

Tints of Royal Blue #4174CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 16.88%
G = 30.13%
B = 52.99%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4174CC (or 0x4174CC) is known color: Royal Blue. HEX triplet: 41, 74 and CC. RGB value is (65,116,204). Sum of RGB (Red+Green+Blue) = 65+116+204=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4174CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174CC is #BE8B33. Grayscale: #6E6E6E. Windows color (decimal): -12487476 or 13399105. OLE color: 13399105.

HSL color Cylindrical-coordinate representation of color #4174CC: hue angle of 217.99º 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 #4174CC is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 116 204 -
CMYK 0.68 0.43 0 0.2
HSL 217.99º 0.58% 0.53% -
HSV(B) 217.99º 0.68% 0.8% -
XYZ 19.32 17.97 59.58 -
YUV 110.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 65 116 204 0.68 0.43 0 0.2 217.99 0.58 0.53
Hex 41 74 CC 44 2B 0 14 DA 3A 35
Octal 101 164 314 104 53 0 24 332 72 65
Binary 1000001 1110100 11001100 1000100 101011 0 10100 11011010 111010 110101

Color Harmonies of #4174CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174CC

Black with #4174CC

Text Example


Text Example

White with #4174CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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