Html Css Color HEX #4675DE Royal Blue

📋 copy color: '#4675DE'

red 70 ◦ green 117 ◦ blue 222

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

Shades of Royal Blue #4675DE

Tints of Royal Blue #4675DE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 222 (87.11% from 255) = 54.28%

R = 17.11%
G = 28.61%
B = 54.28%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4675DE (or 0x4675DE) is known color: Royal Blue. HEX triplet: 46, 75 and DE. RGB value is (70,117,222). Sum of RGB (Red+Green+Blue) = 70+117+222=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #4675DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4675DE is #B98A21. Grayscale: #727272. Windows color (decimal): -12159522 or 14579014. OLE color: 14579014.

HSL color Cylindrical-coordinate representation of color #4675DE: hue angle of 221.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4675DE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 117 222 -
CMYK 0.68 0.47 0 0.13
HSL 221.45º 0.7% 0.57% -
HSV(B) 221.45º 0.68% 0.87% -
XYZ 22.07 19.3 71.67 -
YUV 114.92 188.43 95.96 -
System Red Green Blue C M Y K H S L
Decimal 70 117 222 0.68 0.47 0 0.13 221.45 0.7 0.57
Hex 46 75 DE 44 2F 0 D DD 46 39
Octal 106 165 336 104 57 0 15 335 106 71
Binary 1000110 1110101 11011110 1000100 101111 0 1101 11011101 1000110 111001

Color Harmonies of #4675DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4675DE

Black with #4675DE

Text Example


Text Example

White with #4675DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4675DE; }

 p { color: rgb(70,117,222); }

 H1.HeaderClassName
 {
   color: #4675DE;
 }
 .AnyTagClassName
 {
   color: #4675DE;
 }
</style>

background-color css

<style>
 a { background-color: #4675DE; }

 a { background-color: rgb(70,117,222); }

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

border-color css

<style>
 span { border-color: #4675DE; }

 span { border-color: rgb(70,117,222); }

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