Html Css Color HEX #478DC6 Curious Blue

📋 copy color: '#478DC6'

red 71 ◦ green 141 ◦ blue 198

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

Shades of Curious Blue #478DC6

Tints of Curious Blue #478DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 198 (77.73% from 255) = 48.29%

R = 17.32%
G = 34.39%
B = 48.29%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#478DC6 (or 0x478DC6) is known color: Curious Blue. HEX triplet: 47, 8D and C6. RGB value is (71,141,198). Sum of RGB (Red+Green+Blue) = 71+141+198=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #478DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DC6 is #B87239. Grayscale: #7E7E7E. Windows color (decimal): -12087866 or 13012295. OLE color: 13012295.

HSL color Cylindrical-coordinate representation of color #478DC6: hue angle of 206.93º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #478DC6 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 141 198 -
CMYK 0.64 0.29 0 0.22
HSL 206.93º 0.53% 0.53% -
HSV(B) 206.93º 0.64% 0.78% -
XYZ 22.32 24.47 56.97 -
YUV 126.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 71 141 198 0.64 0.29 0 0.22 206.93 0.53 0.53
Hex 47 8D C6 40 1D 0 16 CF 35 35
Octal 107 215 306 100 35 0 26 317 65 65
Binary 1000111 10001101 11000110 1000000 11101 0 10110 11001111 110101 110101

Color Harmonies of #478DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DC6

Black with #478DC6

Text Example


Text Example

White with #478DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478DC6; }

 p { color: rgb(71,141,198); }

 H1.HeaderClassName
 {
   color: #478DC6;
 }
 .AnyTagClassName
 {
   color: #478DC6;
 }
</style>

background-color css

<style>
 a { background-color: #478DC6; }

 a { background-color: rgb(71,141,198); }

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

border-color css

<style>
 span { border-color: #478DC6; }

 span { border-color: rgb(71,141,198); }

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