Html Css Color HEX #475CE6 Royal Blue

📋 copy color: '#475CE6'

red 71 ◦ green 92 ◦ blue 230

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

Shades of Royal Blue #475CE6

Tints of Royal Blue #475CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 230 (90.23% from 255) = 58.52%

R = 18.07%
G = 23.41%
B = 58.52%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#475CE6 (or 0x475CE6) is known color: Royal Blue. HEX triplet: 47, 5C and E6. RGB value is (71,92,230). Sum of RGB (Red+Green+Blue) = 71+92+230=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #475CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475CE6 is #B8A319. Grayscale: #646464. Windows color (decimal): -12100378 or 15096903. OLE color: 15096903.

HSL color Cylindrical-coordinate representation of color #475CE6: hue angle of 232.08º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #475CE6 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 92 230 -
CMYK 0.69 0.60 0 0.10
HSL 232.08º 0.76% 0.59% -
HSV(B) 232.08º 0.69% 0.9% -
XYZ 20.71 14.71 76.61 -
YUV 101.45 200.54 106.28 -
System Red Green Blue C M Y K H S L
Decimal 71 92 230 0.69 0.60 0 0.10 232.08 0.76 0.59
Hex 47 5C E6 45 3C 0 A E8 4C 3B
Octal 107 134 346 105 74 0 12 350 114 73
Binary 1000111 1011100 11100110 1000101 111100 0 1010 11101000 1001100 111011

Color Harmonies of #475CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475CE6

Black with #475CE6

Text Example


Text Example

White with #475CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475CE6; }

 p { color: rgb(71,92,230); }

 H1.HeaderClassName
 {
   color: #475CE6;
 }
 .AnyTagClassName
 {
   color: #475CE6;
 }
</style>

background-color css

<style>
 a { background-color: #475CE6; }

 a { background-color: rgb(71,92,230); }

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

border-color css

<style>
 span { border-color: #475CE6; }

 span { border-color: rgb(71,92,230); }

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