Html Css Color HEX #4672FE Royal Blue

📋 copy color: '#4672FE'

red 70 ◦ green 114 ◦ blue 254

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

Shades of Royal Blue #4672FE

Tints of Royal Blue #4672FE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

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

R = 15.98%
G = 26.03%
B = 57.99%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4672FE (or 0x4672FE) is known color: Royal Blue. HEX triplet: 46, 72 and FE. RGB value is (70,114,254). Sum of RGB (Red+Green+Blue) = 70+114+254=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #4672FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4672FE is #B98D01. Grayscale: #747474. Windows color (decimal): -12160258 or 16675398. OLE color: 16675398.

HSL color Cylindrical-coordinate representation of color #4672FE: hue angle of 225.65º 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 #4672FE is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 114 254 -
CMYK 0.72 0.55 0 0.00
HSL 225.65º 0.99% 0.64% -
HSV(B) 225.65º 0.72% 1% -
XYZ 26.43 20.49 96.33 -
YUV 116.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 70 114 254 0.72 0.55 0 0.00 225.65 0.99 0.64
Hex 46 72 FE 48 37 0 0 E2 63 40
Octal 106 162 376 110 67 0 0 342 143 100
Binary 1000110 1110010 11111110 1001000 110111 0 0 11100010 1100011 1000000

Color Harmonies of #4672FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4672FE

Black with #4672FE

Text Example


Text Example

White with #4672FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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