Html Css Color HEX #4676FF Royal Blue

📋 copy color: '#4676FF'

red 70 ◦ green 118 ◦ blue 255

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

Shades of Royal Blue #4676FF

Tints of Royal Blue #4676FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.64%

 BLUE value IS 255 (100% from 255) = 57.56%

R = 15.8%
G = 26.64%
B = 57.56%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4676FF (or 0x4676FF) is known color: Royal Blue. HEX triplet: 46, 76 and FF. RGB value is (70,118,255). Sum of RGB (Red+Green+Blue) = 70+118+255=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #4676FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4676FF is #B98900. Grayscale: #767676. Windows color (decimal): -12159233 or 16741958. OLE color: 16741958.

HSL color Cylindrical-coordinate representation of color #4676FF: hue angle of 224.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4676FF is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 118 255 -
CMYK 0.73 0.54 0 0
HSL 224.43º 1% 0.64% -
HSV(B) 224.43º 0.73% 1% -
XYZ 27.05 21.48 97.33 -
YUV 119.27 204.6 92.86 -
System Red Green Blue C M Y K H S L
Decimal 70 118 255 0.73 0.54 0 0 224.43 1 0.64
Hex 46 76 FF 49 36 0 0 E0 64 40
Octal 106 166 377 111 66 0 0 340 144 100
Binary 1000110 1110110 11111111 1001001 110110 0 0 11100000 1100100 1000000

Color Harmonies of #4676FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4676FF

Black with #4676FF

Text Example


Text Example

White with #4676FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4676FF; }

 p { color: rgb(70,118,255); }

 H1.HeaderClassName
 {
   color: #4676FF;
 }
 .AnyTagClassName
 {
   color: #4676FF;
 }
</style>

background-color css

<style>
 a { background-color: #4676FF; }

 a { background-color: rgb(70,118,255); }

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

border-color css

<style>
 span { border-color: #4676FF; }

 span { border-color: rgb(70,118,255); }

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