Html Css Color HEX #476FED Royal Blue

📋 copy color: '#476FED'

red 71 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #476FED

Tints of Royal Blue #476FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.49%

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 16.95%
G = 26.49%
B = 56.56%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#476FED (or 0x476FED) is known color: Royal Blue. HEX triplet: 47, 6F and ED. RGB value is (71,111,237). Sum of RGB (Red+Green+Blue) = 71+111+237=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #476FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476FED is #B89012. Grayscale: #707070. Windows color (decimal): -12095507 or 15560519. OLE color: 15560519.

HSL color Cylindrical-coordinate representation of color #476FED: hue angle of 225.54º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #476FED is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 111 237 -
CMYK 0.70 0.53 0 0.07
HSL 225.54º 0.82% 0.6% -
HSV(B) 225.54º 0.7% 0.93% -
XYZ 23.57 18.82 82.51 -
YUV 113.4 197.75 97.75 -
System Red Green Blue C M Y K H S L
Decimal 71 111 237 0.70 0.53 0 0.07 225.54 0.82 0.6
Hex 47 6F ED 46 35 0 7 E2 52 3C
Octal 107 157 355 106 65 0 7 342 122 74
Binary 1000111 1101111 11101101 1000110 110101 0 111 11100010 1010010 111100

Color Harmonies of #476FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476FED

Black with #476FED

Text Example


Text Example

White with #476FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476FED; }

 p { color: rgb(71,111,237); }

 H1.HeaderClassName
 {
   color: #476FED;
 }
 .AnyTagClassName
 {
   color: #476FED;
 }
</style>

background-color css

<style>
 a { background-color: #476FED; }

 a { background-color: rgb(71,111,237); }

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

border-color css

<style>
 span { border-color: #476FED; }

 span { border-color: rgb(71,111,237); }

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