Html Css Color HEX #4676FE Royal Blue

📋 copy color: '#4676FE'

red 70 ◦ green 118 ◦ blue 254

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

Shades of Royal Blue #4676FE

Tints of Royal Blue #4676FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 15.84%
G = 26.7%
B = 57.47%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4676FE (or 0x4676FE) is known color: Royal Blue. HEX triplet: 46, 76 and FE. RGB value is (70,118,254). Sum of RGB (Red+Green+Blue) = 70+118+254=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #4676FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4676FE is #B98901. Grayscale: #767676. Windows color (decimal): -12159234 or 16676422. OLE color: 16676422.

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

Color convert

RGB 70 118 254 -
CMYK 0.72 0.54 0 0.00
HSL 224.35º 0.99% 0.64% -
HSV(B) 224.35º 0.72% 1% -
XYZ 26.89 21.41 96.48 -
YUV 119.15 204.1 92.94 -
System Red Green Blue C M Y K H S L
Decimal 70 118 254 0.72 0.54 0 0.00 224.35 0.99 0.64
Hex 46 76 FE 48 36 0 0 E0 63 40
Octal 106 166 376 110 66 0 0 340 143 100
Binary 1000110 1110110 11111110 1001000 110110 0 0 11100000 1100011 1000000

Color Harmonies of #4676FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4676FE

Black with #4676FE

Text Example


Text Example

White with #4676FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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