Html Css Color HEX #4774CF Royal Blue

📋 copy color: '#4774CF'

red 71 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #4774CF

Tints of Royal Blue #4774CF

RGB

 RED value IS 71 (28.13% from 255) = 18.02%

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

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

R = 18.02%
G = 29.44%
B = 52.54%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4774CF (or 0x4774CF) is known color: Royal Blue. HEX triplet: 47, 74 and CF. RGB value is (71,116,207). Sum of RGB (Red+Green+Blue) = 71+116+207=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #4774CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774CF is #B88B30. Grayscale: #707070. Windows color (decimal): -12094257 or 13595719. OLE color: 13595719.

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

Color convert

RGB 71 116 207 -
CMYK 0.66 0.44 0 0.19
HSL 220.15º 0.59% 0.55% -
HSV(B) 220.15º 0.66% 0.81% -
XYZ 20.11 18.34 61.51 -
YUV 112.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 71 116 207 0.66 0.44 0 0.19 220.15 0.59 0.55
Hex 47 74 CF 42 2C 0 13 DC 3B 37
Octal 107 164 317 102 54 0 23 334 73 67
Binary 1000111 1110100 11001111 1000010 101100 0 10011 11011100 111011 110111

Color Harmonies of #4774CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774CF

Black with #4774CF

Text Example


Text Example

White with #4774CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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