Html Css Color HEX #4174CF Royal Blue

📋 copy color: '#4174CF'

red 65 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #4174CF

Tints of Royal Blue #4174CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.35%

R = 16.75%
G = 29.9%
B = 53.35%

CMYK

 C value IS 0.69

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4174CF (or 0x4174CF) is known color: Royal Blue. HEX triplet: 41, 74 and CF. RGB value is (65,116,207). Sum of RGB (Red+Green+Blue) = 65+116+207=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #4174CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174CF is #BE8B30. Grayscale: #6E6E6E. Windows color (decimal): -12487473 or 13595713. OLE color: 13595713.

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

Color convert

RGB 65 116 207 -
CMYK 0.69 0.44 0 0.19
HSL 218.45º 0.6% 0.53% -
HSV(B) 218.45º 0.69% 0.81% -
XYZ 19.69 18.12 61.49 -
YUV 111.13 182.1 95.1 -
System Red Green Blue C M Y K H S L
Decimal 65 116 207 0.69 0.44 0 0.19 218.45 0.6 0.53
Hex 41 74 CF 45 2C 0 13 DA 3C 35
Octal 101 164 317 105 54 0 23 332 74 65
Binary 1000001 1110100 11001111 1000101 101100 0 10011 11011010 111100 110101

Color Harmonies of #4174CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174CF

Black with #4174CF

Text Example


Text Example

White with #4174CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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