Html Css Color HEX #478BC0 Curious Blue

📋 copy color: '#478BC0'

red 71 ◦ green 139 ◦ blue 192

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

Shades of Curious Blue #478BC0

Tints of Curious Blue #478BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 17.66%
G = 34.58%
B = 47.76%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#478BC0 (or 0x478BC0) is known color: Curious Blue. HEX triplet: 47, 8B and C0. RGB value is (71,139,192). Sum of RGB (Red+Green+Blue) = 71+139+192=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #478BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BC0 is #B8743F. Grayscale: #7C7C7C. Windows color (decimal): -12088384 or 12618567. OLE color: 12618567.

HSL color Cylindrical-coordinate representation of color #478BC0: hue angle of 206.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #478BC0 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 139 192 -
CMYK 0.63 0.28 0 0.25
HSL 206.28º 0.49% 0.52% -
HSV(B) 206.28º 0.63% 0.75% -
XYZ 21.35 23.61 53.3 -
YUV 124.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 71 139 192 0.63 0.28 0 0.25 206.28 0.49 0.52
Hex 47 8B C0 3F 1C 0 19 CE 31 34
Octal 107 213 300 77 34 0 31 316 61 64
Binary 1000111 10001011 11000000 111111 11100 0 11001 11001110 110001 110100

Color Harmonies of #478BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BC0

Black with #478BC0

Text Example


Text Example

White with #478BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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