Html Css Color HEX #476BDA Royal Blue

📋 copy color: '#476BDA'

red 71 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #476BDA

Tints of Royal Blue #476BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 17.93%
G = 27.02%
B = 55.05%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#476BDA (or 0x476BDA) is known color: Royal Blue. HEX triplet: 47, 6B and DA. RGB value is (71,107,218). Sum of RGB (Red+Green+Blue) = 71+107+218=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #476BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476BDA is #B89425. Grayscale: #6C6C6C. Windows color (decimal): -12096550 or 14314311. OLE color: 14314311.

HSL color Cylindrical-coordinate representation of color #476BDA: hue angle of 225.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #476BDA is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 107 218 -
CMYK 0.67 0.51 0 0.15
HSL 225.31º 0.67% 0.57% -
HSV(B) 225.31º 0.67% 0.85% -
XYZ 20.51 16.92 68.51 -
YUV 108.89 189.57 100.97 -
System Red Green Blue C M Y K H S L
Decimal 71 107 218 0.67 0.51 0 0.15 225.31 0.67 0.57
Hex 47 6B DA 43 33 0 F E1 43 39
Octal 107 153 332 103 63 0 17 341 103 71
Binary 1000111 1101011 11011010 1000011 110011 0 1111 11100001 1000011 111001

Color Harmonies of #476BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476BDA

Black with #476BDA

Text Example


Text Example

White with #476BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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