Html Css Color HEX #478DBE Curious Blue

📋 copy color: '#478DBE'

red 71 ◦ green 141 ◦ blue 190

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

Shades of Curious Blue #478DBE

Tints of Curious Blue #478DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 17.66%
G = 35.07%
B = 47.26%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#478DBE (or 0x478DBE) is known color: Curious Blue. HEX triplet: 47, 8D and BE. RGB value is (71,141,190). Sum of RGB (Red+Green+Blue) = 71+141+190=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #478DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478DBE is #B87241. Grayscale: #7D7D7D. Windows color (decimal): -12087874 or 12488007. OLE color: 12488007.

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

Color convert

RGB 71 141 190 -
CMYK 0.63 0.26 0 0.25
HSL 204.71º 0.48% 0.51% -
HSV(B) 204.71º 0.63% 0.75% -
XYZ 21.42 24.11 52.24 -
YUV 125.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 71 141 190 0.63 0.26 0 0.25 204.71 0.48 0.51
Hex 47 8D BE 3F 1A 0 19 CD 30 33
Octal 107 215 276 77 32 0 31 315 60 63
Binary 1000111 10001101 10111110 111111 11010 0 11001 11001101 110000 110011

Color Harmonies of #478DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478DBE

Black with #478DBE

Text Example


Text Example

White with #478DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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