Html Css Color HEX #4C74CF Royal Blue

📋 copy color: '#4C74CF'

red 76 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #4C74CF

Tints of Royal Blue #4C74CF

RGB

 RED value IS 76 (30.08% from 255) = 19.05%

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

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

R = 19.05%
G = 29.07%
B = 51.88%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C74CF (or 0x4C74CF) is known color: Royal Blue. HEX triplet: 4C, 74 and CF. RGB value is (76,116,207). Sum of RGB (Red+Green+Blue) = 76+116+207=399 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.05% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C74CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C74CF is #B38B30. Grayscale: #727272. Windows color (decimal): -11766577 or 13595724. OLE color: 13595724.

HSL color Cylindrical-coordinate representation of color #4C74CF: hue angle of 221.68º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C74CF is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 116 207 -
CMYK 0.63 0.44 0 0.19
HSL 221.68º 0.58% 0.55% -
HSV(B) 221.68º 0.63% 0.81% -
XYZ 20.49 18.53 61.53 -
YUV 114.41 180.25 100.6 -
System Red Green Blue C M Y K H S L
Decimal 76 116 207 0.63 0.44 0 0.19 221.68 0.58 0.55
Hex 4C 74 CF 3F 2C 0 13 DE 3A 37
Octal 114 164 317 77 54 0 23 336 72 67
Binary 1001100 1110100 11001111 111111 101100 0 10011 11011110 111010 110111

Color Harmonies of #4C74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C74CF

Black with #4C74CF

Text Example


Text Example

White with #4C74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C74CF; }

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

 H1.HeaderClassName
 {
   color: #4C74CF;
 }
 .AnyTagClassName
 {
   color: #4C74CF;
 }
</style>

background-color css

<style>
 a { background-color: #4C74CF; }

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

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

border-color css

<style>
 span { border-color: #4C74CF; }

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

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