Html Css Color HEX #4674CF Royal Blue

📋 copy color: '#4674CF'

red 70 ◦ green 116 ◦ blue 207

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

Shades of Royal Blue #4674CF

Tints of Royal Blue #4674CF

RGB

 RED value IS 70 (27.73% from 255) = 17.81%

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

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

R = 17.81%
G = 29.52%
B = 52.67%

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

#4674CF (or 0x4674CF) is known color: Royal Blue. HEX triplet: 46, 74 and CF. RGB value is (70,116,207). Sum of RGB (Red+Green+Blue) = 70+116+207=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #4674CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4674CF is #B98B30. Grayscale: #707070. Windows color (decimal): -12159793 or 13595718. OLE color: 13595718.

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

Color convert

RGB 70 116 207 -
CMYK 0.66 0.44 0 0.19
HSL 219.85º 0.59% 0.54% -
HSV(B) 219.85º 0.66% 0.81% -
XYZ 20.03 18.3 61.51 -
YUV 112.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 70 116 207 0.66 0.44 0 0.19 219.85 0.59 0.54
Hex 46 74 CF 42 2C 0 13 DC 3B 36
Octal 106 164 317 102 54 0 23 334 73 66
Binary 1000110 1110100 11001111 1000010 101100 0 10011 11011100 111011 110110

Color Harmonies of #4674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4674CF

Black with #4674CF

Text Example


Text Example

White with #4674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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