Html Css Color HEX #478FCA Curious Blue

📋 copy color: '#478FCA'

red 71 ◦ green 143 ◦ blue 202

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

Shades of Curious Blue #478FCA

Tints of Curious Blue #478FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 17.07%
G = 34.38%
B = 48.56%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#478FCA (or 0x478FCA) is known color: Curious Blue. HEX triplet: 47, 8F and CA. RGB value is (71,143,202). Sum of RGB (Red+Green+Blue) = 71+143+202=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #478FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478FCA is #B87035. Grayscale: #7F7F7F. Windows color (decimal): -12087350 or 13274951. OLE color: 13274951.

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

Color convert

RGB 71 143 202 -
CMYK 0.65 0.29 0 0.21
HSL 207.02º 0.55% 0.54% -
HSV(B) 207.02º 0.65% 0.79% -
XYZ 23.08 25.25 59.53 -
YUV 128.2 169.65 87.2 -
System Red Green Blue C M Y K H S L
Decimal 71 143 202 0.65 0.29 0 0.21 207.02 0.55 0.54
Hex 47 8F CA 41 1D 0 15 CF 37 36
Octal 107 217 312 101 35 0 25 317 67 66
Binary 1000111 10001111 11001010 1000001 11101 0 10101 11001111 110111 110110

Color Harmonies of #478FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478FCA

Black with #478FCA

Text Example


Text Example

White with #478FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,143,202); }

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

background-color css

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

 a { background-color: rgb(71,143,202); }

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

border-color css

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

 span { border-color: rgb(71,143,202); }

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