Html Css Color HEX #476BED Royal Blue

📋 copy color: '#476BED'

red 71 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #476BED

Tints of Royal Blue #476BED

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.78%

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

R = 17.11%
G = 25.78%
B = 57.11%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#476BED (or 0x476BED) is known color: Royal Blue. HEX triplet: 47, 6B and ED. RGB value is (71,107,237). Sum of RGB (Red+Green+Blue) = 71+107+237=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #476BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #476BED is #B89412. Grayscale: #6E6E6E. Windows color (decimal): -12096531 or 15559495. OLE color: 15559495.

HSL color Cylindrical-coordinate representation of color #476BED: hue angle of 226.99º 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 #476BED is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 107 237 -
CMYK 0.70 0.55 0 0.07
HSL 226.99º 0.82% 0.6% -
HSV(B) 226.99º 0.7% 0.93% -
XYZ 23.14 17.97 82.37 -
YUV 111.06 199.07 99.43 -
System Red Green Blue C M Y K H S L
Decimal 71 107 237 0.70 0.55 0 0.07 226.99 0.82 0.6
Hex 47 6B ED 46 37 0 7 E3 52 3C
Octal 107 153 355 106 67 0 7 343 122 74
Binary 1000111 1101011 11101101 1000110 110111 0 111 11100011 1010010 111100

Color Harmonies of #476BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BED

Black with #476BED

Text Example


Text Example

White with #476BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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