Html Css Color HEX #478BC6 Curious Blue

📋 copy color: '#478BC6'

red 71 ◦ green 139 ◦ blue 198

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

Shades of Curious Blue #478BC6

Tints of Curious Blue #478BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

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

R = 17.4%
G = 34.07%
B = 48.53%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#478BC6 (or 0x478BC6) is known color: Curious Blue. HEX triplet: 47, 8B and C6. RGB value is (71,139,198). Sum of RGB (Red+Green+Blue) = 71+139+198=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #478BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BC6 is #B87439. Grayscale: #7D7D7D. Windows color (decimal): -12088378 or 13011783. OLE color: 13011783.

HSL color Cylindrical-coordinate representation of color #478BC6: hue angle of 207.87º 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 #478BC6 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 139 198 -
CMYK 0.64 0.30 0 0.22
HSL 207.87º 0.53% 0.53% -
HSV(B) 207.87º 0.64% 0.78% -
XYZ 22.02 23.88 56.87 -
YUV 125.39 168.97 89.2 -
System Red Green Blue C M Y K H S L
Decimal 71 139 198 0.64 0.30 0 0.22 207.87 0.53 0.53
Hex 47 8B C6 40 1E 0 16 D0 35 35
Octal 107 213 306 100 36 0 26 320 65 65
Binary 1000111 10001011 11000110 1000000 11110 0 10110 11010000 110101 110101

Color Harmonies of #478BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BC6

Black with #478BC6

Text Example


Text Example

White with #478BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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