Html Css Color HEX #4671CA Royal Blue

📋 copy color: '#4671CA'

red 70 ◦ green 113 ◦ blue 202

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

Shades of Royal Blue #4671CA

Tints of Royal Blue #4671CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 18.18%
G = 29.35%
B = 52.47%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4671CA (or 0x4671CA) is known color: Royal Blue. HEX triplet: 46, 71 and CA. RGB value is (70,113,202). Sum of RGB (Red+Green+Blue) = 70+113+202=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #4671CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671CA is #B98E35. Grayscale: #6D6D6D. Windows color (decimal): -12160566 or 13267270. OLE color: 13267270.

HSL color Cylindrical-coordinate representation of color #4671CA: hue angle of 220.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4671CA is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 113 202 -
CMYK 0.65 0.44 0 0.21
HSL 220.45º 0.55% 0.53% -
HSV(B) 220.45º 0.65% 0.79% -
XYZ 19.09 17.38 58.22 -
YUV 110.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 70 113 202 0.65 0.44 0 0.21 220.45 0.55 0.53
Hex 46 71 CA 41 2C 0 15 DC 37 35
Octal 106 161 312 101 54 0 25 334 67 65
Binary 1000110 1110001 11001010 1000001 101100 0 10101 11011100 110111 110101

Color Harmonies of #4671CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4671CA

Black with #4671CA

Text Example


Text Example

White with #4671CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4671CA; }

 p { color: rgb(70,113,202); }

 H1.HeaderClassName
 {
   color: #4671CA;
 }
 .AnyTagClassName
 {
   color: #4671CA;
 }
</style>

background-color css

<style>
 a { background-color: #4671CA; }

 a { background-color: rgb(70,113,202); }

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

border-color css

<style>
 span { border-color: #4671CA; }

 span { border-color: rgb(70,113,202); }

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